diff options
author | Nick Clifton <nickc@redhat.com> | 2022-10-31 09:35:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-10-31 09:35:16 +0000 |
commit | 18bf56434d1adabbd82fa6a33d08a60ef2d71001 (patch) | |
tree | 10b12e121b5b28db524e1e31c7d2f5792e8afa75 /binutils/NEWS | |
parent | 0882710510059d9bf10d3e2324e0441029b50ce9 (diff) | |
download | gdb-18bf56434d1adabbd82fa6a33d08a60ef2d71001.zip gdb-18bf56434d1adabbd82fa6a33d08a60ef2d71001.tar.gz gdb-18bf56434d1adabbd82fa6a33d08a60ef2d71001.tar.bz2 |
objdump: Add configure time option to enable colored disassembly output by default.
PR 29457
* configure.ac: Add --enable-colored-disassembly.
* objdump.c: Add --disassembler-color=terminal.
* doc/binutils.texi (objdump): Document the new option.
* NEWS: Mention new feature.
* config.in: Regenerate in.
* configure: Regenerate.
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 9ccf401..b4978f5 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,9 @@ -*- text -*- +* 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. + * DCO signed contributions are now accepted. * objcopy --decompress-debug-sections now supports zstd compressed debug |