diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2015-06-01 08:06:59 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2015-06-01 08:06:59 +0000 |
commit | cfa936d418351c57416f61680a0326625d4c6195 (patch) | |
tree | cf24822eb33b4e4c4b4c797d4c27bb3aca635fb8 /gcc | |
parent | 8c41a1c8f01a07d8fd2f5df57d90879969090618 (diff) | |
download | gcc-cfa936d418351c57416f61680a0326625d4c6195.zip gcc-cfa936d418351c57416f61680a0326625d4c6195.tar.gz gcc-cfa936d418351c57416f61680a0326625d4c6195.tar.bz2 |
lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to before first -gnatez switch.
* gcc-interface/lang-specs.h (TARGET_VXWORKS_RTP): Move substitution to
before first -gnatez switch.
From-SVN: r223916
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/lang-specs.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e105d51..603b220 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,10 @@ 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 record has a parent field and a representation clause, make sure that it is properly aligned. diff --git a/gcc/ada/gcc-interface/lang-specs.h b/gcc/ada/gcc-interface/lang-specs.h index 850fee5..84c6a6b 100644 --- a/gcc/ada/gcc-interface/lang-specs.h +++ b/gcc/ada/gcc-interface/lang-specs.h @@ -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- * @@ -38,10 +38,10 @@ %{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*} \ |