diff options
author | David MacKenzie <djm@cygnus> | 1994-01-25 13:27:56 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-25 13:27:56 +0000 |
commit | abdcac0f528e4347e6979c3e2991d7b79ab5f5ee (patch) | |
tree | 54ad94a76fb24eea20baecad32348a3a2f213180 /binutils/ChangeLog | |
parent | f4bd7a8f0ebcc8d4c6c289ddfc085c1c00c1a497 (diff) | |
download | gdb-abdcac0f528e4347e6979c3e2991d7b79ab5f5ee.zip gdb-abdcac0f528e4347e6979c3e2991d7b79ab5f5ee.tar.gz gdb-abdcac0f528e4347e6979c3e2991d7b79ab5f5ee.tar.bz2 |
* objdump.c (display_file): Remove call to list_matching_formats.
It would never be called.
(list_matching_formats): Take an arg giving the list of matching
formats.
(display_bfd): Pass the arg, and get it filled in by calling
bfd_check_format_matches instead of bfd_check_format.
(display_info, display_info_table): target_vector was renamed to
bfd_target_vector.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 794d6de..a4fc4ce 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -6,6 +6,8 @@ Mon Jan 24 13:29:02 1994 David J. Mackenzie (djm@thepub.cygnus.com) formats. (display_bfd): Pass the arg, and get it filled in by calling bfd_check_format_matches instead of bfd_check_format. + (display_info, display_info_table): target_vector was renamed to + bfd_target_vector. * binutils.texi (objdump): Note some limitations of -h section address printing. |