]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (preprocessing_asm): New macro.
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 19 May 2002 21:53:53 +0000 (21:53 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 19 May 2002 21:53:53 +0000 (21:53 +0000)
commite0322d5ca59e5d8657799c2c5453319a89c7a5a5
treeee6a881b61f9afa791ff8b9df53883da2b15c9e0
parente3227f2c44019c858c2eb6430a0fd3237f245d02
c-common.c (preprocessing_asm): New macro.

* c-common.c (preprocessing_asm): New macro.
* c-lex.h (builtin_define, builtin_assert): Use pfile.
doc:
* tm.texi: Update.
config/alpha:
* alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
(CPP_SPEC): Simplify.
(TARGET_CPU_CPP_BUILTINS): Update.
* freebsd.h (TARGET_OS_CPP_BUILTINS): New.
(CPP_SPEC): Simplify.
* linux.h (CPLUSPLUS_CPP_SPEC): Remove.
(TARGET_OS_CPP_BUILTINS): Update.
* osf.h (CPP_XFLOAT_SPEC): Kill.
(TARGET_OS_CPP_BUILTINS): Update.
(CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
* osf5.h (CPP_XFLOAT_SPEC): Kill.
* vms.h (CPP_SUBTARGET_SPEC): Kill.
(TARGET_OS_CPP_BUILTINS): Update.

From-SVN: r53641
gcc/ChangeLog
gcc/c-common.c
gcc/c-lex.h
gcc/config/alpha/alpha.h
gcc/config/alpha/freebsd.h
gcc/config/alpha/linux.h
gcc/config/alpha/osf.h
gcc/config/alpha/osf5.h
gcc/config/alpha/vms.h
gcc/doc/tm.texi