]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/12761 ([3.3 only] Segmentation fault in gnat1 compiling a-except.adb)
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 31 Oct 2003 09:53:53 +0000 (09:53 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 31 Oct 2003 09:53:53 +0000 (09:53 +0000)
(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

gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/Make-lang.in

index fee124fce18c3a8ffe495f115db4f95c660bab25..ddb0d9ceb3aa30abdbbebfe47db88b35405bdd80 100644 (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.
index 81f819c256ff7715aef5dd472ca1352f1366a901..492f88b78d60be1e5272449a711aec702b3ba5e6 100644 (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
 # --------
index 40e7313edfdd20b9dbf08e258019a65c76b0eedb..1ddde538726991e679d26a288a3569e84bef4161 100644 (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,
index bbc769a9a84b4a82f6352f2c6d6c8c9ea6eaddd5..329c714b0a5ea378dab078be841ce5235ffb2081 100644 (file)
@@ -46,11 +46,6 @@ RMDIR = rm -rf
 # default extensions
 shext  =
 \f
-X_ADA_CFLAGS =
-T_ADA_CFLAGS =
-
-X_ADAFLAGS =
-T_ADAFLAGS =
 
 # Extra flags to pass to recursive makes.
 BOOT_ADAFLAGS= $(ADAFLAGS)