diff options
author | Arnaud Charlet <charlet@adacore.com> | 2020-09-03 04:34:48 -0400 |
---|---|---|
committer | Arnaud Charlet <charlet@adacore.com> | 2020-09-03 04:34:48 -0400 |
commit | 3cc3a373fe5ceb66839daca6861188d04c98362e (patch) | |
tree | b36f8680e017b0024ee012f42e4ee69727cff880 /gcc/ada/fe.h | |
parent | eb6ea9e54f1f275fd6ec3c61662243ca0165bd64 (diff) | |
download | gcc-3cc3a373fe5ceb66839daca6861188d04c98362e.zip gcc-3cc3a373fe5ceb66839daca6861188d04c98362e.tar.gz gcc-3cc3a373fe5ceb66839daca6861188d04c98362e.tar.bz2 |
Preliminary work on support for 128bits integers
* fe.h, opt.ads (Enable_128bit_Types): New.
* stand.ads (Standard_Long_Long_Long_Integer,
S_Long_Long_Long_Integer): New.
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r-- | gcc/ada/fe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h index 8ad16c2..520301e 100644 --- a/gcc/ada/fe.h +++ b/gcc/ada/fe.h @@ -192,6 +192,7 @@ extern Boolean In_Extended_Main_Code_Unit (Entity_Id); #define Ada_Version opt__ada_version #define Back_End_Inlining opt__back_end_inlining #define Debug_Generated_Code opt__debug_generated_code +#define Enable_128bit_Types opt__enable_128bit_types #define Exception_Extra_Info opt__exception_extra_info #define Exception_Locations_Suppressed opt__exception_locations_suppressed #define Exception_Mechanism opt__exception_mechanism |