aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-01-08 21:11:21 +0000
committerIan Lance Taylor <ian@airs.com>1993-01-08 21:11:21 +0000
commit075caafd65ac9b68ac028914f6fdeef43c1450a2 (patch)
treef4f225c3e4f3b79e8fc1d114ebc334a1aebb9a73 /bfd/.Sanitize
parent003acb2d960fb7f32cfcb859d8fb00632a1494b0 (diff)
downloadfsf-binutils-gdb-075caafd65ac9b68ac028914f6fdeef43c1450a2.zip
fsf-binutils-gdb-075caafd65ac9b68ac028914f6fdeef43c1450a2.tar.gz
fsf-binutils-gdb-075caafd65ac9b68ac028914f6fdeef43c1450a2.tar.bz2
These changes cut the size of libbfd.a on a Sun4 by about 11%.
Somewhat more could be done. Fri Jan 8 15:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * coffcode.h: Moved many generic functions into coffgen.c. Moved swapping functions into coffswap.h for ECOFF use. Moved relocation functions, only used by h8300 and z8k, into reloc16.c. Added hooks for coffgen.c functions to backend data structure, and added hook functions. Still more could be done. * coffswap.h: New file to hold COFF swapping routines. * coffgen.c: New file to hold generic COFF functions. * reloc16.c: New file to hold h8300 and z8k specific relocation functions. * libcoff-in.h: Added declarations for functions in coffgen.c. * libcoff.h: Rebuilt to incorporate changes. * coff-h8300.c: Function name changes. * coff-z8k.c: Function name changes. Use coff_reloc16_extra_cases hook rather than defining EXTRA_CASES. * Makefile.in: Build new files coffgen and reloc16. Added dependencies of coff-*.o on coffswap.h and seclet.h.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index addee21..ac8ea92 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -57,6 +57,8 @@ coff-rs6000.c
coff-we32k.c
coff-z8k.c
coffcode.h
+coffgen.c
+coffswap.h
config
configure.bat
configure.in
@@ -102,6 +104,7 @@ newsos3.c
oasys.c
opncls.c
reloc.c
+reloc16.c
rs6000-core.c
sco-core.c
seclet.c