diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-23 14:12:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-08-23 14:12:39 +0000 |
commit | 021f8a30f40d55a623d34ce6779e30ed3037ca2d (patch) | |
tree | 92204bb9953579da571d1bd8e188060a9fa9feda /binutils/doc | |
parent | 23d577b0bc272cd5bbbd38ebedd9b9ed6c9382e0 (diff) | |
download | gdb-021f8a30f40d55a623d34ce6779e30ed3037ca2d.zip gdb-021f8a30f40d55a623d34ce6779e30ed3037ca2d.tar.gz gdb-021f8a30f40d55a623d34ce6779e30ed3037ca2d.tar.bz2 |
PR binutils/14136
(nm): Add description of 'I' symbol type.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 0c4bd5c..da110c5 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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 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 The symbol is a debugging symbol. |