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-Tag: gdb-4_18~629 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa06287137f04f68eb864d8347cf23366b12f87d;p=platform%2Fupstream%2Fbinutils.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 60c17f5..091f6d5 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 .