Fix previous delta to allow for compilation on 32-bit systems

This commit is contained in:
Nick Clifton
2022-12-16 15:44:55 +00:00
parent 832a980e17
commit c7ce51d8c8
5 changed files with 60 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
-*- text -*-
* Objdump has a new command line option --show-all-symbols which will make it
display all symbols that match a given address when disassembling. (Normally
only the first symbol that matches an address is shown).
* Add --enable-colored-disassembly configure time option to enable colored
disassembly output by default, if the output device is a terminal. Note,
this configure option is disabled by default.