mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
PR 6944
* doc/as.texinfo (Dollar Local Labels): Correct description of dollar local labels to show that the colon suffix is still needed.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2008-10-09 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
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 <nickc@redhat.com>
|
2008-10-08 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* configure.in (ALL_LINGUAS): Add "id".
|
* configure.in (ALL_LINGUAS): Add "id".
|
||||||
|
@ -3354,8 +3354,8 @@ scope for the entire file, or until they are redefined by another occurrence of
|
|||||||
the same local label.
|
the same local label.
|
||||||
|
|
||||||
Dollar labels are defined in exactly the same way as ordinary local labels,
|
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
|
except that they have a dollar sign suffix to their numeric value, e.g.,
|
||||||
dollar sign, e.g., @samp{@b{55$}}.
|
@samp{@b{55$:}}.
|
||||||
|
|
||||||
They can also be distinguished from ordinary local labels by their transformed
|
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
|
names which use ASCII character @samp{\001} (control-A) as the magic character
|
||||||
|
Reference in New Issue
Block a user