aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-12-04 22:08:45 +0000
committerIan Lance Taylor <ian@airs.com>1995-12-04 22:08:45 +0000
commit55cac92082c7d16f531da393584ac3528549f692 (patch)
tree09d2b5133a66792a5165c819e2d79904ee79d0ad /bfd/ChangeLog
parent545bf026d54e7e80a5559b3ed1101f7ea81e6f51 (diff)
downloadgdb-55cac92082c7d16f531da393584ac3528549f692.zip
gdb-55cac92082c7d16f531da393584ac3528549f692.tar.gz
gdb-55cac92082c7d16f531da393584ac3528549f692.tar.bz2
* ihex.c (ihex_scan): Handle record types 4 and 5.
(ihex_object_p): Permit types 4 and 5. (ihex_set_section_contents): Remove check for out of range addresses. (ihex_write_object_contents): Generate types 4 and 5.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index efe2186..558c7ad 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -4,6 +4,12 @@ Mon Dec 4 16:40:47 1995 Kim Knuttila <krk@cygnus.com>
Mon Dec 4 11:25:39 1995 Ian Lance Taylor <ian@cygnus.com>
+ * ihex.c (ihex_scan): Handle record types 4 and 5.
+ (ihex_object_p): Permit types 4 and 5.
+ (ihex_set_section_contents): Remove check for out of range
+ addresses.
+ (ihex_write_object_contents): Generate types 4 and 5.
+
* elflink.h (elf_link_output_extsym): Just ignore warning and
indirect references to symbols which don't really exist.