PR 7034
* doc/binutils.texi (objdump -R): Note effect of -d or -D.
This commit is contained in:
parent
dc05df573e
commit
840b96a769
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR 7034
|
||||
* doc/binutils.texi (objdump -R): Note effect of -d or -D.
|
||||
|
||||
2009-01-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* objdump.c (disassemble_section): Don't assume non-instruction
|
||||
|
|
|
@ -1918,7 +1918,9 @@ disassembly.
|
|||
@cindex dynamic relocation entries, in object file
|
||||
Print the dynamic relocation entries of the file. This is only
|
||||
meaningful for dynamic objects, such as certain types of shared
|
||||
libraries.
|
||||
libraries. As for @option{-r}, if used with @option{-d} or
|
||||
@option{-D}, the relocations are printed interspersed with the
|
||||
disassembly.
|
||||
|
||||
@item -s
|
||||
@itemx --full-contents
|
||||
|
|
Loading…
Reference in a new issue