mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Extend objdump --no-addresses info
* doc/binutils.texi: Mention --no-show-raw-insn in objdump --no-addresses description.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2020-04-16 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* doc/binutils.texi: Mention --no-show-raw-insn in objdump
|
||||
--no-addresses description.
|
||||
|
||||
2020-04-15 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* objdump.c (no_addresses): New static var.
|
||||
|
||||
@@ -2317,7 +2317,8 @@ used when disassembling.
|
||||
|
||||
@item --no-addresses
|
||||
When disassembling, don't print addresses on each line or for symbols
|
||||
and relocation offsets.
|
||||
and relocation offsets. In combination with @option{--no-show-raw-insn}
|
||||
this may be useful for comparing compiler output.
|
||||
|
||||
@item --prefix-addresses
|
||||
When disassembling, print the complete address on each line. This is
|
||||
|
||||
Reference in New Issue
Block a user