diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-05-02 11:11:03 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-05-02 11:11:03 +0200 |
commit | f96fd197d26faabef756d6cb97d782919685b45e (patch) | |
tree | 3baada419f5066d0448cfe4adb129eaa98d8f006 /gcc/ada/adabkend.adb | |
parent | 3ba1a9eb6ec22706bdb084db2f1ab31a32d4dde8 (diff) | |
download | gcc-f96fd197d26faabef756d6cb97d782919685b45e.zip gcc-f96fd197d26faabef756d6cb97d782919685b45e.tar.gz gcc-f96fd197d26faabef756d6cb97d782919685b45e.tar.bz2 |
[multiple changes]
2016-05-02 Arnaud Charlet <charlet@adacore.com>
* exp_ch5.adb, layout.adb, gnatcmd.adb exp_attr.adb, make.adb,
bindgen.adb, debug.adb, exp_pakd.adb, freeze.adb, sem_util.adb,
gnatlink.adb, switch-m.adb, exp_ch4.adb, repinfo.adb, adabkend.adb,
osint.adb: Remove dead code.
2016-05-02 Yannick Moy <moy@adacore.com>
* a-tigeli.adb (Get_Line): Fix bound for test to
decide when to compensate for character 0 added by call to fgets.
From-SVN: r235710
Diffstat (limited to 'gcc/ada/adabkend.adb')
-rw-r--r-- | gcc/ada/adabkend.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/adabkend.adb b/gcc/ada/adabkend.adb index 5bf4f74..e850923 100644 --- a/gcc/ada/adabkend.adb +++ b/gcc/ada/adabkend.adb @@ -1,12 +1,12 @@ ------------------------------------------------------------------------------ -- -- --- GNAAMP COMPILER COMPONENTS -- +-- GNAT COMPILER COMPONENTS -- -- -- -- A D A B K E N D -- -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2015, AdaCore -- +-- Copyright (C) 2001-2016, AdaCore -- -- -- -- 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- -- @@ -157,8 +157,8 @@ package body Adabkend is return; -- ignore this switch -- The -x switch and its language name argument will generally be - -- ignored by non-gcc back ends (e.g. the GNAAMP back end). In any - -- case, we save the switch and argument in the compilation switches. + -- ignored by non-gcc back ends. In any case, we save the switch and + -- argument in the compilation switches. elsif Switch_Chars (First .. Last) = "x" then Lib.Store_Compilation_Switch (Switch_Chars); |