* srec.c (srec_set_section_contents): Correct test to avoid
authorIan Lance Taylor <ian@airs.com>
Sun, 6 Dec 1998 21:56:13 +0000 (21:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 6 Dec 1998 21:56:13 +0000 (21:56 +0000)
switching to 4 byte addresses after seeing a second section which
requires 3 byte addresses.  From Joel Schantz
<joel.schantz@argosys.boeing.com>.

bfd/ChangeLog

index 60c17f5..091f6d5 100644 (file)
@@ -1,5 +1,10 @@
 Sun Dec  6 16:30:33 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * 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
+       <joel.schantz@argosys.boeing.com>.
+
        * config.bfd (m68*-*-gnu*): New target.  From Aymeric Vincent
        <aymeric.vincent@emi.u-bordeaux.fr>.