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/config.in | |
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/config.in')
-rw-r--r-- | binutils/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in index bee8c07..4d22a80 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -10,6 +10,9 @@ /* Should ar and ranlib use -D behavior by default? */ #undef DEFAULT_AR_DETERMINISTIC +/* Have objdump use colors in its disassembly by default */ +#undef DEFAULT_FOR_COLORED_DISASSEMBLY + /* Have readelf and objdump follow debug links by default */ #undef DEFAULT_FOR_FOLLOW_LINKS |