COMMITTED: Add support for STT_IFUNC
Nick Clifton
nickc@redhat.com
Thu Dec 4 08:07:00 GMT 2008
More information about the Binutils mailing list
Thu Dec 4 08:07:00 GMT 2008
- Previous message (by thread): COMMITTED: Add support for STT_IFUNC
- Next message (by thread): COMMITTED: Add support for STT_IFUNC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Hans-Peter, (and others who noticed this problem) > My autotester complains; it looks like this introduces a test > failure for cris-axis-elf: That would be because old bozo brain here forgot to check in the changes in the binutils directory. I have now applied the attached patch to fix this problem. Cheers Nick binutils/ChangeLog 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. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fred URL: <https://sourceware.org/pipermail/binutils/attachments/20081204/19dd7a1f/attachment.ksh>
- Previous message (by thread): COMMITTED: Add support for STT_IFUNC
- Next message (by thread): COMMITTED: Add support for STT_IFUNC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list