diff options
Diffstat (limited to 'gcc')
-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 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 |