aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2002-05-21 22:26:18 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-05-21 22:26:18 +0000
commit1f95326c132230ef3abfb64e16f19bdf20cbdd0b (patch)
tree36bcf5b9c485aad67abe255db62e780565df4d20
parent2a1dc0d87ed40633451c634b567a37f15e93abb5 (diff)
downloadgcc-1f95326c132230ef3abfb64e16f19bdf20cbdd0b.zip
gcc-1f95326c132230ef3abfb64e16f19bdf20cbdd0b.tar.gz
gcc-1f95326c132230ef3abfb64e16f19bdf20cbdd0b.tar.bz2
* doc/tm.texi: Fix typo.
From-SVN: r53704
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/tm.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 63536dd..4199d2c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-21 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * doc/tm.texi: Fix typo.
+
2002-05-21 Zack Weinberg <zack@codesourcery.com>
* c-common.c (c_common_init): Set options->unsigned_char from
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 3d32142..fd912c7 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -587,7 +587,7 @@ Here are run-time target specifications.
@item TARGET_CPU_CPP_BUILTINS()
This function-like macro expands to a block of code that defines
built-in preprocessor macros and assertions for the target cpu, using
-the functions @code{builtin_macro}, @code{builtin_macro_std} and
+the functions @code{builtin_define}, @code{builtin_define_std} and
@code{builtin_assert} declared in @file{c-lex.h}. When the front end
calls this macro it provides a trailing semicolon, and since it has
finished command line option processing your code can use those