mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
objdump --dynamic-reloc now works with ELF
This commit is contained in:
@ -2,12 +2,17 @@
|
|||||||
|
|
||||||
Changes since binutils 2.7
|
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,
|
* Formats may now be specified as configuration triplets. For example,
|
||||||
objdump -b i386-pc-linux. The triplets are not passed through config.sub,
|
objdump -b i386-pc-linux. The triplets are not passed through config.sub,
|
||||||
so they must be in canonical form.
|
so they must be in canonical form.
|
||||||
|
|
||||||
* Added --change-leading-char argument to objcopy.
|
* Added --change-leading-char argument to objcopy.
|
||||||
|
|
||||||
|
* objdump --dynamic-reloc now works on ELF executables and shared libraries.
|
||||||
|
|
||||||
Changes since binutils 2.6
|
Changes since binutils 2.6
|
||||||
|
|
||||||
* Added --enable-shared and --enable-commonbfdlib options to configure.
|
* Added --enable-shared and --enable-commonbfdlib options to configure.
|
||||||
|
Reference in New Issue
Block a user