diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-03-11 06:42:21 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-03-11 06:42:21 +0000 |
commit | cb60f38d5b06fd610dbf5216d8751f8db0274edd (patch) | |
tree | 4a61a1ebad36b280444ec7dd62765959ac5bd940 /gcc/doc/tm.texi | |
parent | 5858cd26b2a70d195dd6cac584a154a6550d8cf0 (diff) | |
download | gcc-cb60f38d5b06fd610dbf5216d8751f8db0274edd.zip gcc-cb60f38d5b06fd610dbf5216d8751f8db0274edd.tar.gz gcc-cb60f38d5b06fd610dbf5216d8751f8db0274edd.tar.bz2 |
Makefile.in: Update.
* Makefile.in: Update.
* c-common.c: Don't include real.h or except.h.
(REGISTER_PREFIX): Remove.
(builtin_define_std, builtin_define_with_value,
builtin_define_with_int_value, builtin_define_with_hex_fp_value,
builtin_define_type_max, builtin_define_type_precision,
builtin_define_float_constants): Move to c-cppbuiltin.c.
(c_stddef_cpp_builtins): New.
* c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
* c-cppbuiltin.c: New, extracted from c-common.c.
(define__GNUC__): New.
* cppspec.c (lang_specific_driver): Remove support of -no-gcc.
* gcc.c: Remove support of %v1, %v2 and %v3 specs.
(cpp_unique_options): Don't support no-gcc.
(do_spec_1): Remove support of version specs.
* doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
* doc/passes.texi: Update.
* doc/tm.texi: Update.
cp:
* Make-lang.in (CXX_C_OBJS): Update.
* lang-specs.h: Don't define __GNUG__ here.
From-SVN: r64162
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 25db005..05689ef 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -619,7 +619,7 @@ Here are run-time target specifications. 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_define}, @code{builtin_define_std} and -@code{builtin_assert} defined in @file{c-common.c}. When the front end +@code{builtin_assert}. 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 results freely. |