diff options
author | Nick Clifton <nickc@redhat.com> | 2008-10-09 15:12:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-10-09 15:12:56 +0000 |
commit | 77cca80fe33a39950f66ac93ac9f760ee36d86ca (patch) | |
tree | c1da50352fcf2a00568a90a81cb5e58feaa1e472 /gas/doc | |
parent | 0b62613e314d15b0bab396b3b0ae8343d67e33c3 (diff) | |
download | gdb-77cca80fe33a39950f66ac93ac9f760ee36d86ca.zip gdb-77cca80fe33a39950f66ac93ac9f760ee36d86ca.tar.gz gdb-77cca80fe33a39950f66ac93ac9f760ee36d86ca.tar.bz2 |
PR 6944
* doc/as.texinfo (Dollar Local Labels): Correct description of
dollar local labels to show that the colon suffix is still
needed.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 457c638..445445b 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 |