diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-08-16 22:29:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2005-08-16 22:29:09 +0000 |
commit | e374d5c9a4927609b13e30f76735a8b9d8923b6f (patch) | |
tree | 52aea6547cf08fa2b86f07ec27df952c84c9b7db | |
parent | f2dd440f45c158db6f71408390b278f9f20bce5d (diff) | |
download | gcc-e374d5c9a4927609b13e30f76735a8b9d8923b6f.zip gcc-e374d5c9a4927609b13e30f76735a8b9d8923b6f.tar.gz gcc-e374d5c9a4927609b13e30f76735a8b9d8923b6f.tar.bz2 |
* doc/tm.texi (Label Output): Correct typo.
From-SVN: r103182
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 <ian@airs.com> + + * doc/tm.texi (Label Output): Correct typo. + 2005-08-16 Steven Bosscher <stevenb@suse.de> 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. |