diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-12 03:14:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-12 03:14:14 +0000 |
commit | 11548211825849412a1a924a5fa10c426bc9be00 (patch) | |
tree | c85b39b69d839381f4dbc3ae3b98f6d38aa08fd8 /binutils/binutils.texi | |
parent | 9d111656709c46875095e54548a846906e61cc00 (diff) | |
download | gdb-11548211825849412a1a924a5fa10c426bc9be00.zip gdb-11548211825849412a1a924a5fa10c426bc9be00.tar.gz gdb-11548211825849412a1a924a5fa10c426bc9be00.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 0d055bf..aff80f8 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -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} |