diff options
author | Nick Clifton <nickc@redhat.com> | 2008-06-04 10:07:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-06-04 10:07:22 +0000 |
commit | e57d98d29405b16cbb7b4112c5cbf114399d0d05 (patch) | |
tree | 68441946a4afcae4fe21b34f4230ac0b850ed282 /ld | |
parent | 081e66ab5209aee414e25a22ac7c6139a8ecae35 (diff) | |
download | binutils-redhat-e57d98d29405b16cbb7b4112c5cbf114399d0d05.tar.gz |
* ld.texinfo (Orphan Sections): Fix texi typo.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9d188a0a93..e724aa938c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2008-06-04 Nick Clifton <nickc@redhat.com> + + * ld.texinfo (Orphan Sections): Fix texi typo. + 2008-06-04 Chris Metcalf <cmetcalf@tilera.com> * lexsup.c (option_values): Add OPTION_NO_WARN_FATAL. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 7a6e2f76d5..c8becd5d67 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -4736,7 +4736,7 @@ For ELF targets, the attribute of the section includes section type as well as section flag. If an orphaned section's name is representable as a C identifier then -the linker will automatically @xref{PROVIDE} two symbols: +the linker will automatically @pxref{PROVIDE} two symbols: __start_SECNAME and __end_SECNAME, where SECNAME is the name of the section. These indicate the start address and end address of the orphaned section respectively. Note: most section names are not |