aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-08-03 20:22:47 +0000
committerIan Lance Taylor <ian@airs.com>1993-08-03 20:22:47 +0000
commitdae31cf51ba2425ba562de00011f49c16e25951a (patch)
tree5c04a034d57ae5afcacaecf1a82ed52d6be5e87a /bfd/.Sanitize
parent511e0322b9876c19804c8a47fe0ecbc4ffb858b2 (diff)
downloadgdb-dae31cf51ba2425ba562de00011f49c16e25951a.zip
gdb-dae31cf51ba2425ba562de00011f49c16e25951a.tar.gz
gdb-dae31cf51ba2425ba562de00011f49c16e25951a.tar.bz2
* ecoff.c: New file for generic ECOFF functions.
* ecoffswap.h: New file for ECOFF swapping functions which differ only slightly for different targets. * libecoff.h: Added prototypes for ecoff.c functions. (ecoff_backend_data): New structure. (ecoff_tdata): Added backend_data field. Changed external data pointers to be PTR rather than to a particular struct. (ecoff_symbol_struct): Moved in from coff-mips.c. * coff-alpha.c, coff-mips.c: Moved common functions into ecoff.c. Added ECOFF backend structures. Include ecoffswap.h. * coff-msym.c: Removed; superseded by ecoffswap.h. * bfd.c: Include coff/internal.h. * Makefile.in (BFD_LIBS): Removed coff-mips.o and coff-msym.o. Added ecoff.o. (BFD64_BACKENDS): Added coff-alpha.o. (CFILES): Removed coff-msym.c. Added ecoff.c. (bfd.o): Added dependency on $(INCDIR)/coff/sym.h. (coff-mips.o): Added dependency on ecoffswap.h and coff/ecoff.h. (ecoff.o, coff-alpha.o): New targets. (coff-msym.o): Removed target.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index aaf1c8d..1b88456 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -58,7 +58,6 @@ coff-i960.c
coff-m68k.c
coff-m88k.c
coff-mips.c
-coff-msym.c
coff-rs6000.c
coff-sh.c
coff-u68k.c
@@ -91,6 +90,8 @@ cpu-z8k.c
ctor.c
demo64.c
doc
+ecoff.c
+ecoffswap.h
elf.c
elf32-gen.c
elf32-hppa.c