diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-15 20:00:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-15 20:00:20 +0000 |
commit | 9681fa450116c21a2f72ac8f3fd8bce07b293654 (patch) | |
tree | 7597f1ccb5eb996a1821a74bae82d19bf356e9d0 /binutils/NEWS | |
parent | e35765a9a2eaff0df62757f3e6480c8ba5ab8ee8 (diff) | |
download | gdb-9681fa450116c21a2f72ac8f3fd8bce07b293654.zip gdb-9681fa450116c21a2f72ac8f3fd8bce07b293654.tar.gz gdb-9681fa450116c21a2f72ac8f3fd8bce07b293654.tar.bz2 |
objdump --dynamic-reloc now works with ELF
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 6a5193f..454ee0f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -2,12 +2,17 @@ Changes since binutils 2.7 +* The objdump disassembly format has been changed, and hopefully improved. Use + the new --prefix-addresses option to get the old format. + * Formats may now be specified as configuration triplets. For example, objdump -b i386-pc-linux. The triplets are not passed through config.sub, so they must be in canonical form. * Added --change-leading-char argument to objcopy. +* objdump --dynamic-reloc now works on ELF executables and shared libraries. + Changes since binutils 2.6 * Added --enable-shared and --enable-commonbfdlib options to configure. |