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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index de70a2a..b254d8d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2001-12-20 Julian v. Bock <julian@wongr.net> + + * readelf.c (print_symbol): New function: Print a formatted symbol + name. If --wide is specified do not truncate it. + (dump_relocations): Use print_symbol() to print symbol names. + (process_symbol_table): Likewise. + (process_syminfo): Likewise. + (process_mips_specific): Likewise. + (usage): Document new feature of --wide switch. + * doc/binutils.texi (objdump): Document additional behaviour of + --wide. + 2001-12-18 Michael Snyder <msnyder@redhat.com> * objcopy.c (copy_file): Accept corefiles (format bfd_core). |