diff options
author | Fred Fish <fnf@specifix.com> | 1997-03-06 19:53:29 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-03-06 19:53:29 +0000 |
commit | 13b58694fbcfb75644dd7e6d48d7c0995d4ab861 (patch) | |
tree | a23f0ef4aea14635e3f8c8c2bb38e98fdd3cc9a8 /bfd/ChangeLog | |
parent | a9b2f48debf65c32f09a9b3f31c6530e6cb56996 (diff) | |
download | gdb-13b58694fbcfb75644dd7e6d48d7c0995d4ab861.zip gdb-13b58694fbcfb75644dd7e6d48d7c0995d4ab861.tar.gz gdb-13b58694fbcfb75644dd7e6d48d7c0995d4ab861.tar.bz2 |
start-sanitize-tic80
* coff-tic80.c (rtype2howto): If passed a relocation type we don't
understand, just set the howto field to NULL, and the caller will
print an appropriate error message.
end-sanitize-tic80
* coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and
code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif
block. Use NULL for initializations of "ptr" rather than bare 0.
* coff-h8300.c: Fix typo in comment.
* coff-h8500.c: Ditto.
* coff-w65.c: Ditto
* coff-z8k.c: Ditto.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c45f59a..a87bac1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Thu Mar 6 12:19:59 1997 Fred Fish <fnf@cygnus.com> + +start-sanitize-tic80 + * coff-tic80.c (rtype2howto): If passed a relocation type we don't + understand, just set the howto field to NULL, and the caller will + print an appropriate error message. +end-sanitize-tic80 + * coffcode.h (coff_slurp_reloc_table): Pull duplicate declarations and + code fragment out of both legs of #ifdef RELOC_PROCESSING ... #endif + block. Use NULL for initializations of "ptr" rather than bare 0. + * coff-h8300.c: Fix typo in comment. + * coff-h8500.c: Ditto. + * coff-w65.c: Ditto + * coff-z8k.c: Ditto. + start-sanitize-m32r Wed Mar 5 13:59:09 1997 Doug Evans <dje@seba.cygnus.com> |