From: Ian Lance Taylor Date: Sun, 6 Dec 1998 21:56:13 +0000 (+0000) Subject: * srec.c (srec_set_section_contents): Correct test to avoid X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa06287137f04f68eb864d8347cf23366b12f87d;p=binutils-gdb.git * srec.c (srec_set_section_contents): Correct test to avoid switching to 4 byte addresses after seeing a second section which requires 3 byte addresses. From Joel Schantz . --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 60c17f5230d..091f6d53020 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Sun Dec 6 16:30:33 1998 Ian Lance Taylor + * srec.c (srec_set_section_contents): Correct test to avoid + switching to 4 byte addresses after seeing a second section which + requires 3 byte addresses. From Joel Schantz + . + * config.bfd (m68*-*-gnu*): New target. From Aymeric Vincent .