re PR ada/12761 ([3.3 only] Segmentation fault in gnat1 compiling a-except.adb)

(gcc)
	PR ada/12761
	* Makefile.in: Move default definitions of X_ADA_CFLAGS,
	T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from ada/Make-lang.in to here.
(gcc/ada)
	PR ada/12761
	* ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
	T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.

From-SVN: r73125
This commit is contained in:
Nathanael Nerode 2003-10-31 09:53:53 +00:00
parent c157f85cd5
commit b2c62c451f
4 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/12761
* Makefile.in: Move default definitions of X_ADA_CFLAGS,
T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from ada/Make-lang.in to here.
2003-10-30 Richard Henderson <rth@redhat.com>
* c-objc-common.c (c_tree_printer): Handle types correctly.

View File

@ -99,6 +99,18 @@ VPATH = @srcdir@
vpath %.texi $(docdir):$(docdir)/include
# ----
# Default values for variables overridden in Makefile fragments.
# These need to be quite early in the Makefile so as to avoid
# trouble induced by changes in fragment ordering.
# ----
# For ada/Make-lang.in; overridden in, for example, config/pa/x-ada.
X_ADA_CFLAGS =
T_ADA_CFLAGS =
X_ADAFLAGS =
T_ADAFLAGS =
# --------
# UNSORTED
# --------

View File

@ -1,3 +1,9 @@
2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/12761
* ada/Make-lang.in: Move default definitions of X_ADA_CFLAGS,
T_ADA_CFLAGS, X_ADAFLAGS, T_ADAFLAGS from here to master Makefile.in.
2003-10-30 Kelley Cook <kcook@gcc.gnu.org>
* adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,

View File

@ -46,11 +46,6 @@ RMDIR = rm -rf
# default extensions
shext =
X_ADA_CFLAGS =
T_ADA_CFLAGS =
X_ADAFLAGS =
T_ADAFLAGS =
# Extra flags to pass to recursive makes.
BOOT_ADAFLAGS= $(ADAFLAGS)