diff options
author | Nick Clifton <nickc@redhat.com> | 2022-12-16 15:44:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-12-16 15:44:55 +0000 |
commit | c7ce51d8c886cc4b34ccee30dd1e7add4058466f (patch) | |
tree | e3ae215340d7f45c855479102a59b579512d0e9a /binutils/NEWS | |
parent | 832a980e1725a4a7fa527f2dcd92a64d7e68ab0f (diff) | |
download | binutils-c7ce51d8c886cc4b34ccee30dd1e7add4058466f.zip binutils-c7ce51d8c886cc4b34ccee30dd1e7add4058466f.tar.gz binutils-c7ce51d8c886cc4b34ccee30dd1e7add4058466f.tar.bz2 |
Fix previous delta to allow for compilation on 32-bit systems
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 5ff17f6..3ac10f4 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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. |