* 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.
This commit is contained in:
Nick Clifton
2008-12-04 08:04:47 +00:00
parent 77a4f04d80
commit 171191bac5
4 changed files with 94 additions and 22 deletions

View File

@@ -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