-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to enabling colored disassembly if output is to a terminal.
PR 29457 * objdump.c (disassembler_color): Change type to an enum. (disassembler_extended_color): Remove. (usage): Update. (objdump_color_for_assembler_style): Update. (main): Update initialisation of disassembler_color. If not initialised via a command line option, set based upon terminal output. * doc/binutils.texi: Update description of disassmbler-color option. * testsuite/binutils-all/arc/objdump.exp: Add --disassembler-color=off option when disassembling. * testsuite/binutils-all/arm/objdump.exp: Likewise.
- Loading branch information
1 parent
80d3624
commit a88c79b
Showing
5 changed files
with
71 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2022-08-09 Nick Clifton <[email protected]> | ||
|
||
PR 29457 | ||
* objdump.c (disassembler_color): Change type to an enum. | ||
(disassembler_extended_color): Remove. | ||
(usage): Update. | ||
(objdump_color_for_assembler_style): Update. | ||
(main): Update initialisation of disassembler_color. If not | ||
initialised via a command line option, set based upon terminal | ||
output. | ||
* doc/binutils.texi: Update description of disassmbler-color | ||
option. | ||
* testsuite/binutils-all/arc/objdump.exp: Add | ||
--disassembler-color=off option when disassembling. | ||
* testsuite/binutils-all/arm/objdump.exp: Likewise. | ||
|
||
2022-08-08 Nick Clifton <[email protected]> | ||
|
||
* README-how-to-make-a-release: Add a link to the NEWS files in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters