Added .distr file
This commit is contained in:
parent
6d86200992
commit
42afe4e24e
1 changed files with 70 additions and 0 deletions
70
util/int/.distr
Normal file
70
util/int/.distr
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
READ_ME
|
||||||
|
Makefile
|
||||||
|
M.trap_msg
|
||||||
|
M.warn_h
|
||||||
|
M.warn_msg
|
||||||
|
alloc.h
|
||||||
|
fra.h
|
||||||
|
global.h
|
||||||
|
linfil.h
|
||||||
|
log.h
|
||||||
|
mem.h
|
||||||
|
memdirect.h
|
||||||
|
monstruct.h
|
||||||
|
opcode.h
|
||||||
|
proctab.h
|
||||||
|
read.h
|
||||||
|
rsb.h
|
||||||
|
shadow.h
|
||||||
|
text.h
|
||||||
|
trap.h
|
||||||
|
logging.h
|
||||||
|
debug.h
|
||||||
|
nofloat.h
|
||||||
|
segcheck.h
|
||||||
|
sysidf.h
|
||||||
|
v7ioctl.h
|
||||||
|
e.out.h
|
||||||
|
alloc.c
|
||||||
|
core.c
|
||||||
|
data.c
|
||||||
|
do_array.c
|
||||||
|
do_branch.c
|
||||||
|
do_comp.c
|
||||||
|
do_conv.c
|
||||||
|
do_fpar.c
|
||||||
|
do_incdec.c
|
||||||
|
do_intar.c
|
||||||
|
do_load.c
|
||||||
|
do_logic.c
|
||||||
|
do_misc.c
|
||||||
|
do_proc.c
|
||||||
|
do_ptrar.c
|
||||||
|
do_sets.c
|
||||||
|
do_store.c
|
||||||
|
do_unsar.c
|
||||||
|
dump.c
|
||||||
|
disassemble.c
|
||||||
|
fra.c
|
||||||
|
global.c
|
||||||
|
init.c
|
||||||
|
io.c
|
||||||
|
log.c
|
||||||
|
m_ioctl.c
|
||||||
|
m_sigtrp.c
|
||||||
|
main.c
|
||||||
|
moncalls.c
|
||||||
|
monstruct.c
|
||||||
|
proctab.c
|
||||||
|
read.c
|
||||||
|
rsb.c
|
||||||
|
segment.c
|
||||||
|
stack.c
|
||||||
|
switch.c
|
||||||
|
tally.c
|
||||||
|
text.c
|
||||||
|
trap.c
|
||||||
|
warn.c
|
||||||
|
int.1
|
||||||
|
switch
|
||||||
|
test
|
Loading…
Reference in a new issue