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

From-SVN: r103182
This commit is contained in:
Ian Lance Taylor 2005-08-16 22:29:09 +00:00 committed by Ian Lance Taylor
parent f2dd440f45
commit e374d5c9a4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-16 Ian Lance Taylor <ian@airs.com>
* doc/tm.texi (Label Output): Correct typo.
2005-08-16 Steven Bosscher <stevenb@suse.de>
PR target/23376

View File

@ -6576,7 +6576,7 @@ definition of this macro is provided which is correct for most systems.
@findex assemble_name_raw
@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
@code{assemble_name_raw}, which is like @code{assemble_name} except
that it is more efficient.