]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in: Update.
authorNeil Booth <neil@daikokuya.co.uk>
Tue, 11 Mar 2003 06:42:21 +0000 (06:42 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 11 Mar 2003 06:42:21 +0000 (06:42 +0000)
commitcb60f38d5b06fd610dbf5216d8751f8db0274edd
tree4a61a1ebad36b280444ec7dd62765959ac5bd940
parent5858cd26b2a70d195dd6cac584a154a6550d8cf0
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
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/c-common.c
gcc/c-common.h
gcc/c-cppbuiltin.c [new file with mode: 0644]
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/lang-specs.h
gcc/cppspec.c
gcc/doc/invoke.texi
gcc/doc/passes.texi
gcc/doc/tm.texi
gcc/gcc.c