From: H.J. Lu Date: Mon, 2 Jul 2012 16:29:07 +0000 (+0000) Subject: Replace __end_SECNAME with __stop_SECNAME X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9aec8434173e7204c66c09cfae9fd16dc18fe3c5;p=binutils-gdb.git Replace __end_SECNAME with __stop_SECNAME * ld.texinfo: Replace __end_SECNAME with __stop_SECNAME. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 6c782b026f9..2107b2c4161 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-07-02 H.J. Lu + + * ld.texinfo: Replace __end_SECNAME with __stop_SECNAME. + 2012-06-29 Nick Clifton * scripttempl/alphavms.sc: Add .debug_macro section. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 6c74ff5dc44..732fed68418 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{.}