From a61ca861bc0934704a208abec49e45b4fea22acc Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 4 Jun 2008 10:07:22 +0000 Subject: [PATCH] * ld.texinfo (Orphan Sections): Fix texi typo. --- ld/ChangeLog | 4 ++++ ld/ld.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * ld.texinfo (Orphan Sections): Fix texi typo. + 2008-06-04 Chris Metcalf * 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