diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-06-09 21:42:47 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-06-09 21:42:47 +0000 |
commit | 4b6d0f7873aa4ef0f6857b9796c633a1c07445a3 (patch) | |
tree | 3c883c4f136606344ac5db5cacf21d1a0a38d178 /binutils/binutils.texi | |
parent | 3c650d09e80e86d75d54468cd5ae917008498b85 (diff) | |
download | gdb-4b6d0f7873aa4ef0f6857b9796c633a1c07445a3.zip gdb-4b6d0f7873aa4ef0f6857b9796c633a1c07445a3.tar.gz gdb-4b6d0f7873aa4ef0f6857b9796c633a1c07445a3.tar.bz2 |
PR 7046: use unsigned compares in looking up items in the sorted symbol list, not signed; Also add --wide to print on wide columns
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index d4dc72a..f316e2a 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -948,7 +948,7 @@ objdump [ -a | --archive-headers ] [ -r | --reloc ] [ -R | --dynamic-reloc ] [ -s | --full-contents ] [ --stabs ] [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ] - [ --version ] [ --help ] @var{objfile}@dots{} + [ -w | --wide ] [ --version ] [ --help ] @var{objfile}@dots{} @end smallexample @code{objdump} displays information about one or more object files. @@ -1119,6 +1119,11 @@ Print the version number of @code{objdump} and exit. Display all available header information, including the symbol table and relocation entries. Using @samp{-x} is equivalent to specifying all of @samp{-a -f -h -r -t}. + +@item -w +@item --wide +@cindex wide output, printing +Format some lines for output devices that have more than 80 columns. @end table @node ranlib |