diff options
author | David MacKenzie <djm@cygnus> | 1994-01-24 23:38:03 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-01-24 23:38:03 +0000 |
commit | 209e5610416f7b2c28f90aafc02ea7c6e62c3359 (patch) | |
tree | 6876a4e09d7093898993d32f5716e9203b3b4742 /binutils/ChangeLog | |
parent | aabda2da07cdaa4d5ed277fce7d99da42499df1e (diff) | |
download | gdb-209e5610416f7b2c28f90aafc02ea7c6e62c3359.zip gdb-209e5610416f7b2c28f90aafc02ea7c6e62c3359.tar.gz gdb-209e5610416f7b2c28f90aafc02ea7c6e62c3359.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.
* binutils.texi (objdump): Note some limitations of -h section
address printing.
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 90c3308..794d6de 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ Mon Jan 24 13:29:02 1994 David J. Mackenzie (djm@thepub.cygnus.com) + * 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. + * binutils.texi (objdump): Note some limitations of -h section address printing. |