diff options
author | Robert Dewar <dewar@adacore.com> | 2014-08-01 09:41:55 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-08-01 11:41:55 +0200 |
commit | 78f8727c3af1dbdcf56f698d15c0f4b046009253 (patch) | |
tree | 5ca0284eb43ed888b5e50dade8a8e2616e0c56d4 /gcc/ada/opt.ads | |
parent | 7a5b62b0c751de386bc4faf8648503b48d1d3c9b (diff) | |
download | gcc-78f8727c3af1dbdcf56f698d15c0f4b046009253.zip gcc-78f8727c3af1dbdcf56f698d15c0f4b046009253.tar.gz gcc-78f8727c3af1dbdcf56f698d15c0f4b046009253.tar.bz2 |
snames.ads-tmpl, [...]: Remove VMS-specific code.
2014-08-01 Robert Dewar <dewar@adacore.com>
* snames.ads-tmpl, s-os_lib.adb, s-os_lib.ads, s-fileio.adb: Remove
VMS-specific code.
* prj-conf.adb: Minor reformatting.
* xr_tabls.adb (Read_File): Restore code which was enabled on
non VMS platforms before.
* prj-env.adb (Initialize_Default_Project_Path): Ditto.
* sem_ch5.adb: Minor reformatting.
* lib-writ.adb, lib-writ.ads, bindgen.adb, sem_vfpt.adb,
sem_vfpt.ads, ali.adb, ali.ads, opt.ads, bcheck.adb, exp_strm.adb:
Remove VMS-specific code.
From-SVN: r213432
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index e2cc76a..68d20f1 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -639,19 +639,6 @@ package Opt is -- Indicates the current setting of Fast_Math mode, as set by the use -- of a Fast_Math pragma (set True by Fast_Math (On)). - Float_Format : Character := ' '; - -- GNAT - -- A non-blank value indicates that a Float_Format pragma has been - -- processed, in which case this variable is set to 'I' for IEEE or to - -- 'V' for VAX. The setting of 'V' is only possible on OpenVMS versions - -- of GNAT. - - Float_Format_Long : Character := ' '; - -- GNAT - -- A non-blank value indicates that a Long_Float pragma has been processed - -- (this pragma is recognized only in OpenVMS versions of GNAT), in which - -- case this variable is set to D or G for D_Float or G_Float. - Force_ALI_Tree_File : Boolean := False; -- GNAT -- Force generation of ALI file even if errors are encountered. Also forces |