mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* 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.
This commit is contained in:
@@ -2045,8 +2045,10 @@ symbol's name is a message to be displayed if the symbol following the
|
||||
warning symbol is ever referenced.
|
||||
|
||||
@item I
|
||||
The symbol is an indirect reference to another symbol (I) or a normal
|
||||
symbol (a space).
|
||||
@item i
|
||||
The symbol is an indirect reference to another symbol (I), a function
|
||||
to be evaluated during reloc processing (i) or a normal symbol (a
|
||||
space).
|
||||
|
||||
@item d
|
||||
@itemx D
|
||||
|
||||
Reference in New Issue
Block a user