Makefile.in (c-common.o, cppinit.o): Update.
* Makefile.in (c-common.o, cppinit.o): Update. * c-common.c: Include except.h. (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__. Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS. * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here. * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Handle here. config: * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h, alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h, alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define TARGET_OS_CPP_BUILTINS. * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define. (CPP_SPEC, EXTRA_SPECS): Update. (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC, CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC, CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC, CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC, CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove. doc: * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove. (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define. From-SVN: r53410
Showing
- gcc/ChangeLog 25 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 2 additions, 2 deletionsgcc/Makefile.in
- gcc/c-common.c 7 additions, 3 deletionsgcc/c-common.c
- gcc/config/alpha/alpha-interix.h 12 additions, 9 deletionsgcc/config/alpha/alpha-interix.h
- gcc/config/alpha/alpha.h 45 additions, 75 deletionsgcc/config/alpha/alpha.h
- gcc/config/alpha/gnu.h 9 additions, 3 deletionsgcc/config/alpha/gnu.h
- gcc/config/alpha/linux.h 8 additions, 3 deletionsgcc/config/alpha/linux.h
- gcc/config/alpha/netbsd.h 7 additions, 4 deletionsgcc/config/alpha/netbsd.h
- gcc/config/alpha/openbsd.h 7 additions, 2 deletionsgcc/config/alpha/openbsd.h
- gcc/config/alpha/osf.h 10 additions, 3 deletionsgcc/config/alpha/osf.h
- gcc/config/alpha/unicosmk.h 14 additions, 2 deletionsgcc/config/alpha/unicosmk.h
- gcc/config/alpha/vms.h 7 additions, 3 deletionsgcc/config/alpha/vms.h
- gcc/config/alpha/vxworks.h 8 additions, 4 deletionsgcc/config/alpha/vxworks.h
- gcc/cppinit.c 0 additions, 5 deletionsgcc/cppinit.c
- gcc/defaults.h 12 additions, 0 deletionsgcc/defaults.h
- gcc/doc/tm.texi 19 additions, 7 deletionsgcc/doc/tm.texi
- gcc/gcc.c 1 addition, 1 deletiongcc/gcc.c
Loading
Please register or sign in to comment