aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-07-02 16:29:07 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-07-02 16:29:07 +0000
commit9aec8434173e7204c66c09cfae9fd16dc18fe3c5 (patch)
tree0d52b0ce135d7d7eb0f1615aaeb3e8bebc46e819 /ld/ld.texinfo
parentd3ce09f5bf7a7e8f97c3f1c9888e886ee267c2f2 (diff)
downloadgdb-9aec8434173e7204c66c09cfae9fd16dc18fe3c5.zip
gdb-9aec8434173e7204c66c09cfae9fd16dc18fe3c5.tar.gz
gdb-9aec8434173e7204c66c09cfae9fd16dc18fe3c5.tar.bz2
Replace __end_SECNAME with __stop_SECNAME
* ld.texinfo: Replace __end_SECNAME with __stop_SECNAME.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 6c74ff5..732fed6 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -5300,7 +5300,7 @@ well as section flag.
If an orphaned section's name is representable as a C identifier then
the linker will automatically @pxref{PROVIDE} two symbols:
-__start_SECNAME and __end_SECNAME, where SECNAME is the name of the
+__start_SECNAME and __stop_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
representable as C identifiers because they contain a @samp{.}