summaryrefslogtreecommitdiff
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-12-11 05:37:33 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-12-11 05:37:33 +0000
commit311fc1acc16fdebc2e19a8edae1d3dc7fd7daae8 (patch)
tree11f689062cb3a7cedbcc5b7a98faece04360b218 /include/elf/common.h
parentfbda6b3434ea882e7f332d2890eb297f1c5a0287 (diff)
downloadbinutils-redhat-311fc1acc16fdebc2e19a8edae1d3dc7fd7daae8.tar.gz
* common.h (SHN_XINDEX): Comment typo fix.
* internal.h (Elf_Internal_Ehdr): Change existing "unsigned short" size, count and index fields to "unsigned int".
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index e83f269b2e..1c25f9ff39 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -405,7 +405,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define SHN_HIOS 0xFF3F /* OS specific semantics, hi */
#define SHN_ABS 0xFFF1 /* Associated symbol is absolute */
#define SHN_COMMON 0xFFF2 /* Associated symbol is in common */
-#define SHN_XINDEX 0xFFFF /* Section index it held elsewhere */
+#define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
#define SHN_HIRESERVE 0xFFFF /* End range of reserved indices */
/* The following constants control how a symbol may be accessed once it has