diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-27 03:52:15 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-27 03:52:15 +0000 |
commit | 1d535e75df3064a76130d13bb15aa3797218e349 (patch) | |
tree | 348e667ae4f89594dcdd66e8f43100aff8e92ca4 /bfd/.Sanitize | |
parent | 5373c4396a63f20feadc9550873eef6f98e2aa47 (diff) | |
download | gdb-1d535e75df3064a76130d13bb15aa3797218e349.zip gdb-1d535e75df3064a76130d13bb15aa3797218e349.tar.gz gdb-1d535e75df3064a76130d13bb15aa3797218e349.tar.bz2 |
Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com)
* bfd.c: lint
* coff-h8300.c: fix stupid reloc subtraction bug
* coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes,
since that's how wide it is. (coff_slurp_symbol_table): always zero out
the symbol.flags and done_lineno fields.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 2147bdb..c891e5d 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -76,6 +76,7 @@ cpu-h8300.c cpu-i960.c cpu-m88k.c cpu-rs6000.c +hp300bsd.c init.c cpu-sparc.c libbfd.c @@ -122,7 +123,16 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.37 1992/02/21 22:55:08 sac +# Revision 1.38 1992/02/27 03:52:15 sac +# Wed Feb 26 19:40:59 1992 Steve Chamberlain (sac at thepub.cygnus.com) +# +# * bfd.c: lint +# * coff-h8300.c: fix stupid reloc subtraction bug +# * coffcode.h (coff_swap_aux_out): only swap a tvndx by 2 bytes, +# since that's how wide it is. (coff_slurp_symbol_table): always zero out +# the symbol.flags and done_lineno fields. +# +# Revision 1.37 1992/02/21 22:55:08 sac # DOS file name change # # Revision 1.36 1992/01/27 21:48:38 grossman |