OSDN Git Service

* objdump.c (dump_reloc_set): Append "()" to symbol names which
authornickc <nickc>
Thu, 4 Dec 2008 08:04:46 +0000 (08:04 +0000)
committernickc <nickc>
Thu, 4 Dec 2008 08:04:46 +0000 (08:04 +0000)
commita154190d6db4758214be149cece5c7013dc0f6ae
treef7e7ee030bc400a5fba86c9bea36ad968a77a0dc
parent0fc93960c0ea99a299a6a71044900be19216df97
* 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