From 0d89edcfc8f6dbb0be6ce33a7d912395ff4cccf8 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 23 Aug 2013 14:12:39 +0000 Subject: PR binutils/14136 (nm): Add description of 'I' symbol type. --- binutils/ChangeLog | 3 +++ binutils/doc/binutils.texi | 3 +++ 2 files changed, 6 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index af2699716f..48b66f0405 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -4,6 +4,9 @@ * doc/binutils.texi (ar cmdline): Update description of 'q' command. + PR binutils/14136 + (nm): Add description of 'I' symbol type. + 2013-08-23 Yuri Chornoivan PR binutils/15834 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. -- cgit v1.2.1