This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Extend information displayed about objdump's output of dynamic symbols.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2f7d995359c7f280431f015726485ca421b0a65a

commit 2f7d995359c7f280431f015726485ca421b0a65a
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Nov 11 14:13:02 2016 +0000

    Extend information displayed about objdump's output of dynamic symbols.

Diff:
---
 binutils/doc/binutils.texi | 3 +++
 1 file changed, 3 insertions(+)

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]