aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/system-vms_64.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 10:46:47 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 10:46:47 +0200
commit5cd7bb153885a9019abec99103faa3b9420e4298 (patch)
treeaf32761a5b1f5d2db7ba2a7682855b6af0ca16df /gcc/ada/system-vms_64.ads
parent25b589cbd523d5b7ccf42c7807f9cac86879008d (diff)
downloadgcc-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/system-vms_64.ads')
-rw-r--r--gcc/ada/system-vms_64.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/system-vms_64.ads b/gcc/ada/system-vms_64.ads
index 2934699..cb82fb4 100644
--- a/gcc/ada/system-vms_64.ads
+++ b/gcc/ada/system-vms_64.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (OpenVMS 64bit GCC_ZCX DEC Threads Version) --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -149,7 +149,6 @@ private
Stack_Check_Default : constant Boolean := True;
Stack_Check_Probes : constant Boolean := True;
Stack_Check_Limits : constant Boolean := False;
- Support_64_Bit_Divides : constant Boolean := True;
Support_Aggregates : constant Boolean := True;
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;