diff options
author | Nick Clifton <nickc@redhat.com> | 2008-12-04 08:04:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-12-04 08:04:47 +0000 |
commit | 171191bac50ef813c1fb456551662df9361bd683 (patch) | |
tree | a81b63e45ce2f62d06cd2b6a56e1064db066b694 /binutils/doc | |
parent | 77a4f04d8018dc588aa05aea727d13a746ce8faf (diff) | |
download | gdb-171191bac50ef813c1fb456551662df9361bd683.zip gdb-171191bac50ef813c1fb456551662df9361bd683.tar.gz gdb-171191bac50ef813c1fb456551662df9361bd683.tar.bz2 |
* objdump.c (dump_reloc_set): Append "()" to symbol names which
have the BSF_INDIRECT_FUNCTION type.
* readelf.c (print_symbol): Fix handling of negative widths.
(dump_relocations): Append "()" to symbol names which have the
STT_IFUNC type. Display negative offsets as a positive number with
a "-" prefix.
(get_symbol_type): Return "IFUNC" for STT_IFUNC symbols.
* doc/binutils.texi: Document 'i' symbol type.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 2e7aa2b..100b0f5 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2045,8 +2045,10 @@ symbol's name is a message to be displayed if the symbol following the warning symbol is ever referenced. @item I -The symbol is an indirect reference to another symbol (I) or a normal -symbol (a space). +@item i +The symbol is an indirect reference to another symbol (I), a function +to be evaluated during reloc processing (i) or a normal symbol (a +space). @item d @itemx D |