From e374d5c9a4927609b13e30f76735a8b9d8923b6f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 16 Aug 2005 22:29:09 +0000 Subject: * doc/tm.texi (Label Output): Correct typo. From-SVN: r103182 --- gcc/ChangeLog | 4 ++++ gcc/doc/tm.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 54cea24..7dcf8c3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-08-16 Ian Lance Taylor + + * doc/tm.texi (Label Output): Correct typo. + 2005-08-16 Steven Bosscher PR target/23376 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 4f4be23..164bae1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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. -- cgit v1.1