aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/binde.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-02-25 15:19:43 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-02-25 16:19:43 +0100
commitfe2194dfff5f72512520193c39566b875f0a3ae7 (patch)
tree055a263ad3f757c2ee4d86b30567de7621eb59f6 /gcc/ada/binde.adb
parent4c51ff88f2748e7f59d69d2b99c6749f4ec308c7 (diff)
downloadgcc-fe2194dfff5f72512520193c39566b875f0a3ae7.zip
gcc-fe2194dfff5f72512520193c39566b875f0a3ae7.tar.gz
gcc-fe2194dfff5f72512520193c39566b875f0a3ae7.tar.bz2
binde.adb: Change messages to mention -gnatel instead of -gnatwl.
2014-02-25 Robert Dewar <dewar@adacore.com> * binde.adb: Change messages to mention -gnatel instead of -gnatwl. * gnat_ugn.texi: Update documentation of -gnatwl Add documentation of -gnatel/-gnateL. * opt.ads (Warn_Info_Messages): New flag. * sem_elab.adb: Use Elab_Warnings, Elab_Info_Messages to control messages. * sem_prag.adb: Use Elab_Warnings, Elab_Info_Messages to control messages. * switch-m.ad, switch-c.adb: Recognize new -gnatel/EL switches. * usage.adb: Add documentation of -gnatel/-gnateL Update documentation of -gnatwl/-gnatwL. * warnsw.adb: New handling of Elab_Warnings, Elab_Info_Messages * warnsw.ads (Elab_Info_Messages): New field in Warning_Record From-SVN: r208139
Diffstat (limited to 'gcc/ada/binde.adb')
-rw-r--r--gcc/ada/binde.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/binde.adb b/gcc/ada/binde.adb
index 1e79756..935e09e 100644
--- a/gcc/ada/binde.adb
+++ b/gcc/ada/binde.adb
@@ -1023,7 +1023,7 @@ package body Binde is
Info => True);
Error_Msg_Output
- (" recompile $ with -gnatwl for full details",
+ (" recompile $ with -gnatel for full details",
Info => True);
when Elab_Desirable =>
@@ -1032,7 +1032,7 @@ package body Binde is
Info => True);
Error_Msg_Output
- (" recompile $ with -gnatwl for full details",
+ (" recompile $ with -gnatel for full details",
Info => True);
when Spec_First =>