aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-10 17:01:35 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-10 17:01:35 +0000
commit66ab4152a04f01fac6c379e0750a9ee6729348b0 (patch)
tree0079b5bfef7052ac474d12107d0bdaa417f2d87a /bfd
parentf046f4c87acd6605fd0186b806717059c6657133 (diff)
downloadgdb-66ab4152a04f01fac6c379e0750a9ee6729348b0.zip
gdb-66ab4152a04f01fac6c379e0750a9ee6729348b0.tar.gz
gdb-66ab4152a04f01fac6c379e0750a9ee6729348b0.tar.bz2
* ihex.c (ihex_scan): Accept a length of 4 for record type 5.
(ihex_write_object_contents): For a large start address, output the full 32 bit address in record type 5. PR 9422.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5b157bd..fd233af 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Wed Apr 10 00:23:53 1996 Ian Lance Taylor <ian@cygnus.com>
+ * ihex.c (ihex_scan): Accept a length of 4 for record type 5.
+ (ihex_write_object_contents): For a large start address, output
+ the full 32 bit address in record type 5.
+
* ieee.c (ieee_write_byte): Change second parameter from bfd_byte
to int to avoid promotion problems in prototype.