This commit is contained in:
Richard Henderson 1999-06-03 03:26:53 +00:00
parent c6e94b2767
commit e0a2c38a7b
8 changed files with 1716 additions and 854 deletions

View File

@ -1,9 +1,6 @@
archures.c
bfd-in2.h
aix386-core.c
aout-adobe.c
aout-arm.c
aout-encap.c
aout-ns32k.c
aout-sparcle.c
aout-target.h
@ -14,7 +11,7 @@ aout64.c
aoutf1.h
aoutx.h
archive.c
bfd-in.h
archures.c
bfd.c
binary.c
bout.c
@ -36,10 +33,8 @@ coff-i860.c
coff-i960.c
coff-m68k.c
coff-m88k.c
coff-mcore.c
coff-mips.c
coff-pmac.c
coff-ppc.c
coff-rs6000.c
coff-sh.c
coff-sparc.c
@ -55,9 +50,6 @@ coffcode.h
coffgen.c
cofflink.c
coffswap.h
cpu-m10300.c
cpu-m32r.c
cpu-mips.c
corefile.c
cpu-a29k.c
cpu-alpha.c
@ -73,37 +65,34 @@ cpu-i386.c
cpu-i860.c
cpu-i960.c
cpu-m10200.c
cpu-sh.c
elf-m10300.c
cpu-m10300.c
cpu-m32r.c
cpu-m68k.c
cpu-m88k.c
cpu-mcore.c
elf32-m32r.c
cpu-mips.c
cpu-ns32k.c
cpu-powerpc.c
cpu-rs6000.c
libbfd.h
cpu-sh.c
cpu-sparc.c
cpu-tic30.c
cpu-tic80.c
cpu-v850.c
cpu-vax.c
elf32-mips.c
cpu-w65.c
cpu-we32k.c
cpu-z8k.c
demo64.c
dwarf1.c
dwarf2.c
ecoff.c
ecofflink.c
ecoffswap.h
elf-bfd.h
elf-m10200.c
libhppa.h
elf-m10300.c
elf.c
elf32-arc.c
elf32-arm.h
elf32-d10v.c
elf32-d30v.c
elf32-fr30.c
@ -112,11 +101,12 @@ elf32-hppa.c
elf32-hppa.h
elf32-i386.c
elf32-i860.c
reloc.c
elf32-i960.c
elf32-m32r.c
elf32-m68k.c
elf32-m88k.c
elf32-mcore.c
targets.c
elf32-mips.c
elf32-ppc.c
elf32-sh.c
elf32-sparc.c
@ -130,23 +120,14 @@ elf64.c
elfarm-nabi.c
elfarm-oabi.c
elfcode.h
elfcore.h
elflink.c
elflink.h
elfxx-target.h
epoc-pe-arm.c
epoc-pei-arm.c
format.c
freebsd.h
gen-aout.c
genlink.h
go32stub.h
hash.c
host-aout.c
hp300bsd.c
hp300hpux.c
hppa_stubs.h
hppabsd-core.c
hpux-core.c
i386aout.c
i386bsd.c
@ -163,11 +144,11 @@ ihex.c
init.c
irix-core.c
libaout.h
libbfd-in.h
libbfd.c
libcoff-in.h
libbfd.h
libcoff.h
libecoff.h
libhppa.h
libieee.h
libnlm.h
liboasys.h
@ -177,10 +158,8 @@ m68k4knetbsd.c
m68klinux.c
m68klynx.c
m68knetbsd.c
doc/chew.c
m88kmach3.c
mipsbsd.c
netbsd-core.c
netbsd.h
newsos3.c
nlm-target.h
@ -192,7 +171,6 @@ nlm32-sparc.c
nlm32.c
nlm64.c
nlmcode.h
nlmswap.h
ns32k.h
ns32knetbsd.c
oasys.c
@ -207,12 +185,10 @@ pei-arm.c
pei-i386.c
pei-mcore.c
pei-ppc.c
peicode.h
ppcboot.c
ptrace-core.c
reloc.c
reloc16.c
riscix.c
rs6000-core.c
sco5-core.c
section.c
som.c
@ -225,7 +201,7 @@ stab-syms.c
stabs.c
sunos.c
syms.c
sysdep.h
targets.c
tekhex.c
trad-core.c
vaxnetbsd.c
@ -237,28 +213,3 @@ vms-tir.c
vms.c
vms.h
xcofflink.c
hosts/alphalinux.h
hosts/alphavms.h
hosts/decstation.h
hosts/delta68.h
hosts/dpx2.h
hosts/hp300bsd.h
hosts/i386bsd.h
hosts/i386linux.h
hosts/i386mach3.h
hosts/i386sco.h
hosts/i860mach3.h
hosts/m68kaux.h
hosts/m68klinux.h
hosts/m88kmach3.h
hosts/mipsbsd.h
hosts/mipsmach3.h
hosts/news-mips.h
hosts/news.h
hosts/pc532mach.h
hosts/riscos.h
hosts/symmetry.h
hosts/tahoe.h
hosts/vaxbsd.h
hosts/vaxult.h
hosts/vaxult2.h

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
readelf.c
addr2line.c
ar.c
arsup.c
@ -10,6 +9,7 @@ coffdump.c
coffgrok.c
coffgrok.h
debug.c
debug.c
debug.h
dlltool.c
dlltool.h
@ -18,6 +18,7 @@ dyn-string.c
dyn-string.h
filemode.c
ieee.c
ieee.c
is-ranlib.c
is-strip.c
maybe-ranlib.c
@ -31,7 +32,10 @@ objcopy.c
objdump.c
prdbg.c
rdcoff.c
rdcoff.c
rddbg.c
rddbg.c
readelf.c
rename.c
resbin.c
rescoff.c
@ -40,6 +44,7 @@ resres.c
size.c
srconv.c
stabs.c
stabs.c
strings.c
sysdump.c
version.c
@ -48,5 +53,3 @@ windres.h
winduni.c
winduni.h
wrstabs.c
testsuite/binutils-all/readelf.h
testsuite/binutils-all/testprog.c

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,6 @@
alpha.c
basic_blocks.c
basic_blocks.h
bb_exit_func.c
call_graph.c
call_graph.h
cg_arcs.c

View File

@ -1,4 +1,6 @@
deffile.h
emultempl/armcoff.em
emultempl/pe.em
ld.h
ldcref.c
ldctor.c
@ -21,44 +23,6 @@ ldver.h
ldwrite.c
ldwrite.h
lexsup.c
mpw-elfmips.c
mpw-eppcmac.c
mpw-esh.c
mpw-idtmips.c
mri.c
mri.h
pe-dll.c
sysdep.h
testsuite/ld-cdtest/cdtest-foo.h
testsuite/ld-elfvers/vers1.c
testsuite/ld-elfvers/vers15.c
testsuite/ld-elfvers/vers16.c
testsuite/ld-elfvers/vers16a.c
testsuite/ld-elfvers/vers2.c
testsuite/ld-elfvers/vers3.c
testsuite/ld-elfvers/vers4.c
testsuite/ld-elfvers/vers5.c
testsuite/ld-elfvers/vers6.c
testsuite/ld-elfvers/vers7.c
testsuite/ld-elfvers/vers7a.c
testsuite/ld-elfvers/vers8.c
testsuite/ld-elfvers/vers9.c
testsuite/ld-empic/relax1.c
testsuite/ld-empic/relax2.c
testsuite/ld-empic/relax3.c
testsuite/ld-empic/relax4.c
testsuite/ld-empic/run.c
testsuite/ld-empic/runtest1.c
testsuite/ld-empic/runtest2.c
testsuite/ld-scripts/cross1.c
testsuite/ld-scripts/cross2.c
testsuite/ld-scripts/cross3.c
testsuite/ld-selective/1.c
testsuite/ld-selective/2.c
testsuite/ld-sh/sh2.c
testsuite/ld-shared/main.c
testsuite/ld-shared/sh1.c
testsuite/ld-shared/sh2.c
testsuite/ld-srec/sr1.c
testsuite/ld-srec/sr2.c
testsuite/ld-undefined/undefined.c

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,6 @@
a29k-dis.c
alpha-dis.c
alpha-opc.c
arc-dis.c
arc-opc.c
arm-dis.c
arm-opc.h
cgen-asm.c
@ -48,7 +46,6 @@ mips-dis.c
mips-opc.c
mips16-opc.c
ns32k-dis.c
opintl.h
ppc-dis.c
ppc-opc.c
sh-dis.c
@ -59,8 +56,6 @@ sysdep.h
tic30-dis.c
tic80-dis.c
tic80-opc.c
v850-dis.c
v850-opc.c
vax-dis.c
w65-dis.c
w65-opc.h