diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-11-06 11:11:20 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-11-06 11:11:20 +0100 |
commit | 436d9f924cf07f4901d701999f4f19138bd5e917 (patch) | |
tree | cb0cadf761ed3e11307dea97c80ddd8c0bda71e0 /gcc/ada/fe.h | |
parent | a9b9fbf664de2ab613586fa8795e4decb774393a (diff) | |
download | gcc-436d9f924cf07f4901d701999f4f19138bd5e917.zip gcc-436d9f924cf07f4901d701999f4f19138bd5e917.tar.gz gcc-436d9f924cf07f4901d701999f4f19138bd5e917.tar.bz2 |
[multiple changes]
2012-11-06 Tristan Gingold <gingold@adacore.com>
* fe.h (Get_Vax_Real_Literal_As_Signed): Declare.
* eval_fat.adb, eval_fat.ads (Decompose_Int): Move spec in package spec.
* exp_vfpt.adb, exp_vfpt.ads (Vax_Real_Literal_As_Signed): New function.
(Expand_Vax_Real_Literal): Remove.
* exp_ch2.adb (Expand_N_Real_Literal): Do nothing.
* sem_eval.adb (Expr_Value_R): Remove special Vax float case,
as this is not anymore a special case.
2012-11-06 Yannick Moy <moy@adacore.com>
* uintp.ads: Minor correction of typo in comment.
2012-11-06 Ed Schonberg <schonberg@adacore.com>
* sem_prag.adb (Analyze_Pragnma, case Unchecked_Union): remove
requirement that discriminants of an unchecked_union must have
defaults.
2012-11-06 Vasiliy Fofanov <fofanov@adacore.com>
* projects.texi: Minor wordsmithing.
From-SVN: r193224
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r-- | gcc/ada/fe.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h index 9f5d64f..f8d399c 100644 --- a/gcc/ada/fe.h +++ b/gcc/ada/fe.h @@ -156,6 +156,11 @@ extern void Get_External_Name_With_Suffix (Entity_Id, Fat_Pointer); extern Boolean Is_Fully_Repped_Tagged_Type (Entity_Id); +/* exp_vfpt: */ + +#define Get_Vax_Real_Literal_As_Signed exp_vfpt__get_vax_real_literal_as_signed +extern Ureal Get_Vax_Real_Literal_As_Signed (Node_Id); + /* lib: */ #define Cunit lib__cunit |