diff options
-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 |