diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 7a6e2f7..c8becd5 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 |