PR binutils/14136

(nm): Add description of 'I' symbol type.
This commit is contained in:
Nick Clifton 2013-08-23 14:12:39 +00:00
parent 23d577b0bc
commit 021f8a30f4
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,9 @@
* doc/binutils.texi (ar cmdline): Update description of 'q' * doc/binutils.texi (ar cmdline): Update description of 'q'
command. command.
PR binutils/14136
(nm): Add description of 'I' symbol type.
2013-08-23 Yuri Chornoivan <yurchor@ukr.net> 2013-08-23 Yuri Chornoivan <yurchor@ukr.net>
PR binutils/15834 PR binutils/15834

View file

@ -807,6 +807,9 @@ symbol which if referenced by a relocation does not evaluate to its
address, but instead must be invoked at runtime. The runtime address, but instead must be invoked at runtime. The runtime
execution will then return the value to be used in the relocation. execution will then return the value to be used in the relocation.
@item I
The symbol is an indirect reference to another symbol.
@item N @item N
The symbol is a debugging symbol. The symbol is a debugging symbol.