aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-22 17:15:27 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-22 17:15:27 +0000
commita963bfc888d5cedcbe640e400491359ef72d48c8 (patch)
tree1e6a8844707e3f930f4708bea96729812f3c3bb1 /binutils/ChangeLog
parent80a903c960771293d31c60667f3af0253b0d6708 (diff)
downloadgdb-a963bfc888d5cedcbe640e400491359ef72d48c8.zip
gdb-a963bfc888d5cedcbe640e400491359ef72d48c8.tar.gz
gdb-a963bfc888d5cedcbe640e400491359ef72d48c8.tar.bz2
* objdump.c: Include libiberty.h.
(display_target_list): If a format fails, just go on to the next one. Check return value of bfd_set_format. (display_info_table): Likewise. Don't increment loop variable in for loop test, since that skips the first element. (display_target_tables): Rewrite loop for clarity. Ensure that it always prints at least one element.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d48510f..a86de79 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,13 @@
Fri Apr 22 11:14:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * objdump.c: Include libiberty.h.
+ (display_target_list): If a format fails, just go on to the next
+ one. Check return value of bfd_set_format.
+ (display_info_table): Likewise. Don't increment loop variable in
+ for loop test, since that skips the first element.
+ (display_target_tables): Rewrite loop for clarity. Ensure that it
+ always prints at least one element.
+
* nlmconv.c (main): Use CyGnUsEx rather than CyGnUsSeCs for
sections header. Rename from cygnus_sections to cygnus_ext.