diff options
author | Nick Clifton <nickc@redhat.com> | 2016-11-11 14:13:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-11-11 14:13:02 +0000 |
commit | 2f7d995359c7f280431f015726485ca421b0a65a (patch) | |
tree | 92794d1efa3f301358bde495506d48a14b8477ad /binutils | |
parent | df2c87b5803750d21f03b7d36f8d1abace3e1e14 (diff) | |
download | fsf-binutils-gdb-2f7d995359c7f280431f015726485ca421b0a65a.zip fsf-binutils-gdb-2f7d995359c7f280431f015726485ca421b0a65a.tar.gz fsf-binutils-gdb-2f7d995359c7f280431f015726485ca421b0a65a.tar.bz2 |
Extend information displayed about objdump's output of dynamic symbols.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 6db3b6d..38bf37d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2629,6 +2629,9 @@ program when given the @option{-D} (@option{--dynamic}) option. The output format is similar to that produced by the @option{--syms} option, except that an extra field is inserted before the symbol's name, giving the version information associated with the symbol. +If the version is the default version to be used when resolving +unversioned references to the symbol then it's displayed as is, +otherwise it's put into parentheses. @item --special-syms When displaying symbols include those which the target considers to be |