aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-01-24 22:44:51 +0000
committerSteve Chamberlain <sac@cygnus>1992-01-24 22:44:51 +0000
commite98e6ec1117b83defce2b1ccce6fd4ec3877bbfb (patch)
tree9fa72011ba39d8612b300def67a0816d7dcac02b /bfd/.Sanitize
parent95a876f3fa09e75e129afbf4fab65f634f3c5ec2 (diff)
downloadfsf-binutils-gdb-e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb.zip
fsf-binutils-gdb-e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb.tar.gz
fsf-binutils-gdb-e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb.tar.bz2
Uses the new small reloc type now.
Currently self hosts on sun4 and sun3
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize8
1 files changed, 7 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 93ecce7..2935b0f 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -88,6 +88,7 @@ newsos3.c
oasys.c
opncls.c
reloc.c
+seclet.c
section.c
srec.c
stab-syms.c
@@ -120,7 +121,12 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.34 1991/12/18 23:01:48 bothner
+# Revision 1.35 1992/01/24 22:42:49 sac
+# Uses the new small reloc type now.
+#
+# Currently self hosts on sun4 and sun3
+#
+# Revision 1.34 1991/12/18 23:01:48 bothner
# Use aout-target.h more extensively.
# Replace Berkeley functions (e.g. bcopy) with ANSI ones (e.g. memcpy).
# Other improvements (see ChangeLog).