Replace __end_SECNAME with __stop_SECNAME

* ld.texinfo: Replace __end_SECNAME with __stop_SECNAME.
This commit is contained in:
H.J. Lu 2012-07-02 16:29:07 +00:00
parent d3ce09f5bf
commit 9aec843417
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-02 H.J. Lu <hongjiu.lu@intel.com>
* ld.texinfo: Replace __end_SECNAME with __stop_SECNAME.
2012-06-29 Nick Clifton <nickc@redhat.com>
* scripttempl/alphavms.sc: Add .debug_macro section.

View File

@ -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{.}