* ld.texinfo (Orphan Sections): Fix texi typo.

This commit is contained in:
Nick Clifton 2008-06-04 10:07:22 +00:00
parent 696b7ad299
commit a61ca861bc
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2008-06-04 Chris Metcalf <cmetcalf@tilera.com>
* lexsup.c (option_values): Add OPTION_NO_WARN_FATAL. * lexsup.c (option_values): Add OPTION_NO_WARN_FATAL.

View File

@ -4736,7 +4736,7 @@ For ELF targets, the attribute of the section includes section type as
well as section flag. well as section flag.
If an orphaned section's name is representable as a C identifier then 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 __start_SECNAME and __end_SECNAME, where SECNAME is the name of the
section. These indicate the start address and end address of the section. These indicate the start address and end address of the
orphaned section respectively. Note: most section names are not orphaned section respectively. Note: most section names are not