-
- Downloads
Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.
* Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h. Remove commands to define USING_SJLJ_EXCEPTIONS. (cppinit.o): Depend on except.h. (gencheck.h, options.h, specs.h, s-gencheck, s-options, s-specs): New rules. * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION. Don't create specs.h/options.h/gencheck.h here. Remove unnecessary variable settings from last argument of AC_OUTPUT. * config.in, configure: Regenerate. * intl.c: Hardcode package name as "gcc". * cppinit.c: Include except.h. (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when appropriate. * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c: Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if (!)USING_SJLJ_EXCEPTIONS. * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__. From-SVN: r48651
Showing
- gcc/ChangeLog 141 additions, 119 deletionsgcc/ChangeLog
- gcc/Makefile.in 26 additions, 11 deletionsgcc/Makefile.in
- gcc/config.in 1 addition, 7 deletionsgcc/config.in
- gcc/config/ia64/unwind-ia64.c 1 addition, 1 deletiongcc/config/ia64/unwind-ia64.c
- gcc/configure 107 additions, 148 deletionsgcc/configure
- gcc/configure.in 6 additions, 43 deletionsgcc/configure.in
- gcc/cppinit.c 5 additions, 0 deletionsgcc/cppinit.c
- gcc/doc/cpp.texi 4 additions, 0 deletionsgcc/doc/cpp.texi
- gcc/intl.c 2 additions, 2 deletionsgcc/intl.c
- gcc/unwind-dw2.c 1 addition, 1 deletiongcc/unwind-dw2.c
- gcc/unwind-sjlj.c 1 addition, 1 deletiongcc/unwind-sjlj.c
Loading
Please register or sign in to comment