gcc/
commit41acdfa40d5ecd619b9a94a5bf5e082d16a46437
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Oct 2010 19:00:55 +0000 (3 19:00 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 Oct 2010 19:00:55 +0000 (3 19:00 +0000)
treee8f69a0b977c29820cbd822a46b41d8556752341
parentfd30d60a6c41d80ba47db9ce3e35f79da7fea6f8
gcc/
* cppbuiltin.c: New file.
* cppbuiltin.h: New file.
* Makefile.in: Take into account cppbuiltin.{h,c}.

gcc/c-family/
* c-cppbuiltin.c (define__GNUC__, builtin_define_type_precision):
Remove.
(c_cpp_builtins): Call functions from cppbuiltin.c instead
of duplicating code.

gcc/fortran/
* cpp.c (cpp_define_builtins): Call functions from cppbuiltin.c
instead of duplicating code.
* Make-lang.in: Add dependency on cppbuiltin.h. Don't define
BASEVER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164917 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/c-family/ChangeLog
gcc/c-family/c-cppbuiltin.c
gcc/cppbuiltin.c [new file with mode: 0644]
gcc/cppbuiltin.h [new file with mode: 0644]
gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in
gcc/fortran/cpp.c