diff options
author | David MacKenzie <djm@cygnus> | 1994-01-22 05:11:40 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-22 05:11:40 +0000 |
commit | eae821453c15f5990eecdaae1f16642baa0c11fb (patch) | |
tree | c2cc9bfc9c8e1e3e2006659bdea116c9ab365a0f /binutils/ChangeLog | |
parent | 3b31740cb27d8255526502827f5528cf5f8e33fc (diff) | |
download | gdb-eae821453c15f5990eecdaae1f16642baa0c11fb.zip gdb-eae821453c15f5990eecdaae1f16642baa0c11fb.tar.gz gdb-eae821453c15f5990eecdaae1f16642baa0c11fb.tar.bz2 |
* objdump.c (list_matching_formats): If the file format is ambiguous,
print the matching names so the user can choose one.
(display_bfd): Call it.
(display_file): Call it.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5509f5b..9a323fe 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Fri Jan 21 20:22:30 1994 David J. Mackenzie (djm@thepub.cygnus.com) + + * objdump.c (list_matching_formats): If the file format is ambiguous, + print the matching names so the user can choose one. + (display_bfd): Call it. + (display_file): Call it. + Fri Jan 21 19:17:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * objdump.c (disassemble_data): Support bfd_arch_rs6000. |