aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-11-17 21:38:05 +0000
committerPer Bothner <per@bothner.com>1991-11-17 21:38:05 +0000
commita89f7423b41371db9e223441e48c3b5bce71e659 (patch)
tree6e0370f9236f5a5af2ecd0ecd7f1b3cbb11c1e55 /bfd/.Sanitize
parentd671e293c373e529ebabc9cb58949522578f3d60 (diff)
downloadfsf-binutils-gdb-a89f7423b41371db9e223441e48c3b5bce71e659.zip
fsf-binutils-gdb-a89f7423b41371db9e223441e48c3b5bce71e659.tar.gz
fsf-binutils-gdb-a89f7423b41371db9e223441e48c3b5bce71e659.tar.bz2
* targets.c: Make the default target_vector contain
just &DEFAULT_VECTOR. This makes executables a lot smaller. Old behavior can be gotten by defining ALL_TARGETS. * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c: Factored out common code into new file aout-target.h. Saves a lot of duplicate code for a.out variants.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize11
1 files changed, 10 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 4cd7955..2fe9536 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -36,6 +36,7 @@ aout32.c
aout64.c
aoutf1.h
aoutx.h
+aout-target.h
archive.c
archures.c
bfd-in.h
@@ -116,7 +117,15 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.28 1991/11/04 00:37:06 steve
+# Revision 1.29 1991/11/17 21:38:05 bothner
+# * targets.c: Make the default target_vector contain
+# just &DEFAULT_VECTOR. This makes executables a lot smaller.
+# Old behavior can be gotten by defining ALL_TARGETS.
+# * aoutf1.h, demo64.c, i386aout.c, newsos3.c, sunos.c:
+# Factored out common code into new file aout-target.h.
+# Saves a lot of duplicate code for a.out variants.
+#
+# Revision 1.28 1991/11/04 00:37:06 steve
# Added ctor.c (I remembered this time)
#
# Revision 1.27 1991/10/25 10:17:41 gnu