From: Nick Clifton Date: Thu, 9 Oct 2008 15:12:56 +0000 (+0000) Subject: PR 6944 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=77cca80fe33a39950f66ac93ac9f760ee36d86ca;p=deliverable%2Fbinutils-gdb.git PR 6944 * doc/as.texinfo (Dollar Local Labels): Correct description of dollar local labels to show that the colon suffix is still needed. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 087e8c5f96..c53448a5ba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2008-10-09 Nick Clifton + + PR 6944 + * doc/as.texinfo (Dollar Local Labels): Correct description of + dollar local labels to show that the colon suffix is still + needed. + 2008-10-08 Nick Clifton * configure.in (ALL_LINGUAS): Add "id". diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 457c6387fa..445445b202 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3354,8 +3354,8 @@ scope for the entire file, or until they are redefined by another occurrence of the same local label. Dollar labels are defined in exactly the same way as ordinary local labels, -except that instead of being terminated by a colon, they are terminated by a -dollar sign, e.g., @samp{@b{55$}}. +except that they have a dollar sign suffix to their numeric value, e.g., +@samp{@b{55$:}}. They can also be distinguished from ordinary local labels by their transformed names which use ASCII character @samp{\001} (control-A) as the magic character