mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* objdump.c (dump_reloc_set): Add sec parameter. Change all
callers. If with_line_numbers is set, display line numbers of relocation entries. * binutils.texi, objdump.1: Document -l with -r.
This commit is contained in:
@@ -1120,9 +1120,9 @@ Display information only for section @var{name}.
|
||||
@item -l
|
||||
@itemx --line-numbers
|
||||
@cindex source filenames for object files
|
||||
Label the display (using debugging information) with the filename
|
||||
and source line numbers corresponding to the object code shown.
|
||||
Only useful with @samp{-d} or @samp{-D}.
|
||||
Label the display (using debugging information) with the filename and
|
||||
source line numbers corresponding to the object code or relocs shown.
|
||||
Only useful with @samp{-d}, @samp{-D}, or @samp{-r}.
|
||||
|
||||
@item -m @var{machine}
|
||||
@itemx --architecture=@var{machine}
|
||||
|
||||
Reference in New Issue
Block a user