]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
* objdump.c (dump_reloc_set): Append "()" to symbol names which
authorNick Clifton <nickc@redhat.com>
Thu, 4 Dec 2008 08:04:47 +0000 (08:04 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Dec 2008 08:04:47 +0000 (08:04 +0000)
commit171191bac50ef813c1fb456551662df9361bd683
treea81b63e45ce2f62d06cd2b6a56e1064db066b694
parent77a4f04d8018dc588aa05aea727d13a746ce8faf
* 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