From: Jeff Law Date: Tue, 9 Jul 1996 21:53:47 +0000 (+0000) Subject: * coff-h8300.c (h8300_reloc16_extra_cases): Use the correct X-Git-Tag: gdb-4_18~8267 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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 From Kazumoto Kojima :