* objdump.c (dump_reloc_set): Append "()" to symbol names which
commitafa89121de5ca32ee74954940ab1524309e7c268
authorNick Clifton <nickc@redhat.com>
Thu, 4 Dec 2008 08:04:47 +0000 (4 08:04 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Dec 2008 08:04:47 +0000 (4 08:04 +0000)
tree77c24f29b18627a4a9f81fdfbcec03d3c55cd376
parent05ad7e00c55a53b0301e961b5285791c253b3335
* 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.
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/objdump.c
binutils/readelf.c