* 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:
Ian Lance Taylor
1996-06-12 03:14:14 +00:00
parent 9d11165670
commit 1154821182
4 changed files with 121 additions and 4 deletions

View File

@@ -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}