]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc-interface/lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 08:06:59 +0000 (08:06 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 08:06:59 +0000 (08:06 +0000)
before first -gnatez switch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223916 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/gcc-interface/lang-specs.h

index e105d51edbadaaa7a6080bb090f3ff201fc595ad..603b22097dc6a36a01d9326b0dc84ab0dd4ca1b9 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to
+       before first -gnatez switch.
+
 2015-06-01  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: If the
index 850fee5e268de881a8ca962f9d64a6bdc65ca19a..84c6a6bc77f2813fecf591464b5f5a3fdc8b4653 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                              C Header File                               *
  *                                                                          *
- *           Copyright (C) 1992-2012, Free Software Foundation, Inc.        *
+ *           Copyright (C) 1992-2015, Free Software Foundation, Inc.        *
  *                                                                          *
  * GNAT is free software;  you can  redistribute it  and/or modify it under *
  * terms of the  GNU General Public License as published  by the Free Soft- *
     %{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}} \
     %{O*} %{W*} %{w} %{p} %{pg:-p} %{d*} %{f*}\
     %{coverage:-fprofile-arcs -ftest-coverage} "
-   "%{gnatea:-gnatez} %{g*&m*} "
 #if defined(TARGET_VXWORKS_RTP)
    "%{fRTS=rtp:-mrtp} %{fRTS=rtp-smp:-mrtp} %{fRTS=ravenscar-cert-rtp:-mrtp}"
 #endif
+   "%{gnatea:-gnatez} %{g*&m*} "
    "%1 %{!S:%{o*:%w%*-gnatO}} \
     %i %{S:%W{o*}%{!o*:-o %b.s}} \
     %{gnatc*|gnats*: -o %j} %{-param*} \