diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-20 11:20:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-20 11:20:17 +0000 |
commit | 311041266ecd9d49c9d85dcc02a4382ec8f6bb86 (patch) | |
tree | 9db2db3b72cb29b146316e1b8998bc407d586a67 /binutils/doc | |
parent | 1a889ea5ea0f3e73998937aa5396c27aed6335f0 (diff) | |
download | gdb-311041266ecd9d49c9d85dcc02a4382ec8f6bb86.zip gdb-311041266ecd9d49c9d85dcc02a4382ec8f6bb86.tar.gz gdb-311041266ecd9d49c9d85dcc02a4382ec8f6bb86.tar.bz2 |
When --wide is used, do not truncate symbol names.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 22c903c..fdf6e2d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1685,6 +1685,7 @@ relocation entries. Using @option{-x} is equivalent to specifying all of @itemx --wide @cindex wide output, printing Format some lines for output devices that have more than 80 columns. +Also do not truncate symbol names when they are displayed. @end table @c man end |