aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-12-14 18:46:54 +0000
committerIan Lance Taylor <ian@airs.com>1995-12-14 18:46:54 +0000
commit0d709d3137ba26f7e93c3ca8a40d5c2464348a51 (patch)
treea95e702d8ec30c104d5a6c5056e167ea2c6c593d /bfd/ChangeLog
parent48ac185397f0f9135c0531ba0086f44f4882047e (diff)
downloadgdb-0d709d3137ba26f7e93c3ca8a40d5c2464348a51.zip
gdb-0d709d3137ba26f7e93c3ca8a40d5c2464348a51.tar.gz
gdb-0d709d3137ba26f7e93c3ca8a40d5c2464348a51.tar.bz2
* ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
a recognized one or bfd_arch_unknown. (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy to succeed. (ihex_get_symtab): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 04e677d..13b4ca4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Thu Dec 14 13:45:37 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * ihex.c (ihex_set_arch_mach): Don't accept any architecture, just
+ a recognized one or bfd_arch_unknown.
+ (ihex_get_symtab_upper_bound): Define as bfd_0l, to permit objcopy
+ to succeed.
+ (ihex_get_symtab): Likewise.
+
Wed Dec 13 15:44:06 1995 Ian Lance Taylor <ian@cygnus.com>
* aoutx.h: Include <ctype.h>.