diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-24 22:44:51 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-24 22:44:51 +0000 |
commit | e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb (patch) | |
tree | 9fa72011ba39d8612b300def67a0816d7dcac02b /bfd/.Sanitize | |
parent | 95a876f3fa09e75e129afbf4fab65f634f3c5ec2 (diff) | |
download | gdb-e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb.zip gdb-e98e6ec1117b83defce2b1ccce6fd4ec3877bbfb.tar.gz 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/.Sanitize | 8 |
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). |