From dae31cf51ba2425ba562de00011f49c16e25951a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 3 Aug 1993 20:22:47 +0000 Subject: * 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. --- bfd/.Sanitize | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/.Sanitize') 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 -- cgit v1.1