From f96fd197d26faabef756d6cb97d782919685b45e Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 2 May 2016 11:11:03 +0200 Subject: [multiple changes] 2016-05-02 Arnaud Charlet * 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 * 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 --- gcc/ada/adabkend.adb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/ada/adabkend.adb') 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); -- cgit v1.1