diff options
author | Jeff Law <law@redhat.com> | 1996-07-09 21:53:47 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-07-09 21:53:47 +0000 |
commit | 01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee (patch) | |
tree | c147f127fad1b7cbdf09458cc5b964bbc2f72b60 /bfd | |
parent | 30c2702d79491df41d2ba0ede3ab53edefe75dc2 (diff) | |
download | gdb-01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee.zip gdb-01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee.tar.gz gdb-01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee.tar.bz2 |
* coff-h8300.c (h8300_reloc16_extra_cases): Use the correct
value for R_RELBYTE.
Something -Wall caught.
* reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks"
array if one was allocated.
Something I ran into today.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 63cfb96..b7c4252 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 9 15:52:20 1996 Jeffrey A Law (law@cygnus.com) + + * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct + value for R_RELBYTE. + + * reloc16.c (bfd_coff_reloc16_relax_section): Only "shrinks" + array if one was allocated. + Tue Jul 9 12:21:54 1996 Ian Lance Taylor <ian@cygnus.com> From Kazumoto Kojima <kkojima@kk.info.kanagawa-u.ac.jp>: |