summaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-23 14:12:39 +0000
committerNick Clifton <nickc@redhat.com>2013-08-23 14:12:39 +0000
commit0d89edcfc8f6dbb0be6ce33a7d912395ff4cccf8 (patch)
treea2d74a800e38230585b8f1ea78f302e36d657c84 /binutils/doc
parentc18906e02b78a4c9b7481e19c9bb0a35791f92c9 (diff)
downloadbinutils-redhat-0d89edcfc8f6dbb0be6ce33a7d912395ff4cccf8.tar.gz
PR binutils/14136
(nm): Add description of 'I' symbol type.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 0c4bd5c22c..da110c5d4a 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.