Commit e374d5c9 by Ian Lance Taylor Committed by Ian Lance Taylor

* doc/tm.texi (Label Output): Correct typo.

From-SVN: r103182
parent f2dd440f
2005-08-16 Ian Lance Taylor <ian@airs.com>
* doc/tm.texi (Label Output): Correct typo.
2005-08-16 Steven Bosscher <stevenb@suse.de> 2005-08-16 Steven Bosscher <stevenb@suse.de>
PR target/23376 PR target/23376
......
...@@ -6576,7 +6576,7 @@ definition of this macro is provided which is correct for most systems. ...@@ -6576,7 +6576,7 @@ definition of this macro is provided which is correct for most systems.
@findex assemble_name_raw @findex assemble_name_raw
@defmac ASM_OUTPUT_INTERNAL_LABEL (@var{stream}, @var{name}) @defmac ASM_OUTPUT_INTERNAL_LABEL (@var{stream}, @var{name})
Identical to @code{ASM_OUTPUT_lABEL}, except that @var{name} is known Identical to @code{ASM_OUTPUT_LABEL}, except that @var{name} is known
to refer to a compiler-generated label. The default definition uses to refer to a compiler-generated label. The default definition uses
@code{assemble_name_raw}, which is like @code{assemble_name} except @code{assemble_name_raw}, which is like @code{assemble_name} except
that it is more efficient. that it is more efficient.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment