From 01cfaa6bf2c59174aedd5caf7c7bc3f8bb6a81ee Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 9 Jul 1996 21:53:47 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 63cfb96cbd..b7c42527b1 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 : -- 2.34.1