diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 10:46:47 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 10:46:47 +0200 |
commit | 5cd7bb153885a9019abec99103faa3b9420e4298 (patch) | |
tree | af32761a5b1f5d2db7ba2a7682855b6af0ca16df /gcc/ada/gnat1drv.adb | |
parent | 25b589cbd523d5b7ccf42c7807f9cac86879008d (diff) | |
download | gcc-5cd7bb153885a9019abec99103faa3b9420e4298.zip gcc-5cd7bb153885a9019abec99103faa3b9420e4298.tar.gz gcc-5cd7bb153885a9019abec99103faa3b9420e4298.tar.bz2 |
[multiple changes]
2011-08-29 Arnaud Charlet <charlet@adacore.com>
* opt.ads: Minor editing.
2011-08-29 Yannick Moy <moy@adacore.com>
* gnat1drv.adb (Adjust_Global_Switches): Remove options for ALFA mode
that only made sense for CodePeer mode.
2011-08-29 Jose Ruiz <ruiz@adacore.com>
* targparm.ads (Support_64_Bit_Divides_On_Target): Remove this flag
which is no longer used.
* targparm.adb (S64, S64_Str, Get_Target_Parameters): Remove the
handling of the 64-bit division check.
* exp_ch4.adb (Expand_N_Op_Divide): Remove the check for 64-bit
division available.
* system*.ads (Support_64_Bit_Divides): Remove this flag which is no
longer used.
2011-08-29 Thomas Quinot <quinot@adacore.com>
* get_scos.adb: Minor reformatting.
From-SVN: r178163
Diffstat (limited to 'gcc/ada/gnat1drv.adb')
-rw-r--r-- | gcc/ada/gnat1drv.adb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/gnat1drv.adb b/gcc/ada/gnat1drv.adb index 653a10c..febce1b 100644 --- a/gcc/ada/gnat1drv.adb +++ b/gcc/ada/gnat1drv.adb @@ -467,12 +467,6 @@ procedure Gnat1drv is -- Suppress the generation of name tables for enumerations Global_Discard_Names := True; - - -- Always perform semantics and generate ALI files in ALFA mode, - -- so that a gnatmake -c -k will proceed further when possible. - - Force_ALI_Tree_File := True; - Try_Semantics := True; end if; end Adjust_Global_Switches; |