diff options
author | Robert Dewar <dewar@adacore.com> | 2014-07-31 13:48:33 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-07-31 15:48:33 +0200 |
commit | ba0c6e4769cb6e81289ea4a0c536260e859fc795 (patch) | |
tree | 4d402263be4cc3bb252bd582efca70aa12a62bb9 /gcc/ada/frontend.adb | |
parent | f9648959b41d5c443702c809676056f1f39c56de (diff) | |
download | gcc-ba0c6e4769cb6e81289ea4a0c536260e859fc795.zip gcc-ba0c6e4769cb6e81289ea4a0c536260e859fc795.tar.gz gcc-ba0c6e4769cb6e81289ea4a0c536260e859fc795.tar.bz2 |
cstand.adb, [...]: Remove obsolete VMS-specific code.
2014-07-31 Robert Dewar <dewar@adacore.com>
* cstand.adb, einfo.adb, einfo.ads, errout.adb, exp_attr.adb,
exp_prag.adb, frontend.adb, interfac.ads,
par-prag.adb, s-auxdec.ads, s-filofl.ads, s-fishfl.ads, s-fvadfl.ads,
s-fvaffl.ads, s-fvagfl.ads, s-vaflop.ads, sem_attr.adb, sem_attr.ads,
sem_ch13.adb, sem_ch3.adb, sem_ch8.adb, sem_prag.adb, snames.adb-tmpl,
snames.ads-tmpl: Remove obsolete VMS-specific code.
From-SVN: r213369
Diffstat (limited to 'gcc/ada/frontend.adb')
-rw-r--r-- | gcc/ada/frontend.adb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/ada/frontend.adb b/gcc/ada/frontend.adb index e1c785d..5cea4db 100644 --- a/gcc/ada/frontend.adb +++ b/gcc/ada/frontend.adb @@ -57,7 +57,6 @@ with Sem_Ch8; use Sem_Ch8; with Sem_SCIL; with Sem_Elab; use Sem_Elab; with Sem_Prag; use Sem_Prag; -with Sem_VFpt; use Sem_VFpt; with Sem_Warn; use Sem_Warn; with Sinfo; use Sinfo; with Sinput; use Sinput; @@ -191,21 +190,6 @@ begin Config_Pragmas := Empty_List; end if; - -- Check for VAX Float - - if Targparm.VAX_Float_On_Target then - - -- pragma Float_Representation (VAX_Float); - - Opt.Float_Format := 'V'; - - -- pragma Long_Float (G_Float); - - Opt.Float_Format_Long := 'G'; - - Set_Standard_Fpt_Formats; - end if; - -- Now deal with specified config pragmas files if there are any if Opt.Config_File_Names /= null then |