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/ChangeLog | |
parent | 77a4f04d8018dc588aa05aea727d13a746ce8faf (diff) | |
download | binutils-gdb-171191bac50ef813c1fb456551662df9361bd683.tar.gz |
* 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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7d0c9a46392..db2a7e067dd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2008-12-04 Nick Clifton <nickc@redhat.com> + + * 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. + 2008-11-26 Jan Kratochvil <jan.kratochvil@redhat.com> * strings.c (main): New variable `s'. Have string_min parsing |