+2015-10-02 Doug Rupp <rupp@adacore.com>
+ Olivier Hainque <hainque@adacore.com>
+
+ * gcc-interface/lang.opt (fbuiltin-printf): Accept.
+ * gcc-interface/misc.c (gnat_handle_option): Ignore it.
+ * gcc-interface/lang-specs.h (@ada, @adawhy, @adascil): Propagate -f*
+ flags as -g* and -m* flags past -gnatez.
+
2015-10-02 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (Pragma_to_gnu) <Pragma_Warnings>: Replace
%{nostdinc*} %{nostdlib*}\
-dumpbase %{.adb:%b.adb}%{.ads:%b.ads}%{!.adb:%{!.ads:%b.ada}}\
%{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}%{!c:%{!S:-auxbase %b}} \
- %{O*} %{W*} %{w} %{p} %{pg:-p} %{d*} %{f*}\
+ %{O*} %{W*} %{w} %{p} %{pg:-p} %{d*} \
%{coverage:-fprofile-arcs -ftest-coverage} "
#if defined(TARGET_VXWORKS_RTP)
"%{fRTS=rtp|fRTS=rtp-smp|fRTS=ravenscar-cert-rtp:-mrtp} "
#endif
- "%{gnatea:-gnatez} %{g*&m*} "
+ "%{gnatea:-gnatez} %{g*&m*&f*} "
"%1 %{!S:%{o*:%w%*-gnatO}} \
%i %{S:%W{o*}%{!o*:-o %b.s}} \
%{gnatc*|gnats*: -o %j} %{-param*} \
%{nostdinc*} %{nostdlib*}\
-dumpbase %{.adb:%b.adb}%{.ads:%b.ads}%{!.adb:%{!.ads:%b.ada}}\
%{o*:-auxbase-strip %*}%{!o*:-auxbase %b} \
- %{a} %{d*} %{f*} \
- %{gnatea:-gnatez} %{g*&m*} \
+ %{a} %{d*} \
+ %{gnatea:-gnatez} %{g*&m*&f*} \
%1 %{o*:%w%*-gnatO} \
%i \
%{gnatc*|gnats*: -o %j} %{-param*} ", 0, 0, 0},
%{nostdinc*} %{nostdlib*}\
-dumpbase %{.adb:%b.adb}%{.ads:%b.ads}%{!.adb:%{!.ads:%b.ada}}\
%{o*:-auxbase-strip %*}%{!o*:-auxbase %b} \
- %{a} %{d*} %{f*} \
- %{gnatea:-gnatez} %{g*&m*} \
+ %{a} %{d*} \
+ %{gnatea:-gnatez} %{g*&m*&f*} \
%1 %{o*:%w%*-gnatO} \
%i \
%{gnatc*|gnats*: -o %j} %{-param*} ", 0, 0, 0},
; Options for the Ada front end.
-; Copyright (C) 2003-2013 Free Software Foundation, Inc.
+; Copyright (C) 2003-2015 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
Ada AdaWhy AdaSCIL Joined
-gnat<options> Specify options to GNAT
+fbuiltin-printf
+Ada Undocumented
+Ignored
+
; This comment is to ensure we retain the blank line above.