diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-12 03:14:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-12 03:14:14 +0000 |
commit | 11548211825849412a1a924a5fa10c426bc9be00 (patch) | |
tree | c85b39b69d839381f4dbc3ae3b98f6d38aa08fd8 /binutils/ChangeLog | |
parent | 9d111656709c46875095e54548a846906e61cc00 (diff) | |
download | gdb-11548211825849412a1a924a5fa10c426bc9be00.zip gdb-11548211825849412a1a924a5fa10c426bc9be00.tar.gz gdb-11548211825849412a1a924a5fa10c426bc9be00.tar.bz2 |
* objdump.c (dump_reloc_set): Add sec parameter. Change all
callers. If with_line_numbers is set, display line numbers of
relocation entries.
* binutils.texi, objdump.1: Document -l with -r.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 047b770..ace581e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +Tue Jun 11 20:12:15 1996 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (dump_reloc_set): Add sec parameter. Change all + callers. If with_line_numbers is set, display line numbers of + relocation entries. + * binutils.texi, objdump.1: Document -l with -r. + +Mon Jun 10 23:42:59 1996 Ian Lance Taylor <ian@cygnus.com> + + * ar.c (open_inarch): Report BFD error message if an archive can + not be recognized. List matching formats if the file is + ambiguously recognized. + (ranlib_touch): Likewise. + Thu Jun 6 13:56:14 1996 Ian Lance Taylor <ian@cygnus.com> * README: Add notes on how to build if you don't have ar. |