aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-06 21:56:13 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-06 21:56:13 +0000
commitfa06287137f04f68eb864d8347cf23366b12f87d (patch)
treecdbc8b478cfdd7ace5d14a12be901a610d7762e3 /bfd
parent44be43971bb75cdd5b2fa763b71619e2a8afc594 (diff)
downloadgdb-fa06287137f04f68eb864d8347cf23366b12f87d.zip
gdb-fa06287137f04f68eb864d8347cf23366b12f87d.tar.gz
gdb-fa06287137f04f68eb864d8347cf23366b12f87d.tar.bz2
* 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>.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <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>.