From 4ea42ebadb93edf5f33b751cf53fbfee8a595ff8 Mon Sep 17 00:00:00 2001 From: Olivier Hainque Date: Sat, 18 Feb 2006 16:15:07 +0000 Subject: [PATCH] re PR ada/13408 (acats numeric tests cxg* fail on pa/hpux) PR ada/13408 * pa.h (WIDEST_HARDWARE_FP_SIZE): Define. From-SVN: r111241 --- gcc/ChangeLog | 5 +++++ gcc/config/pa/pa.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 675d1c47231..6bc87a08959 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-02-18 Olivier Hainque + + PR ada/13408 + * pa.h (WIDEST_HARDWARE_FP_SIZE): Define. + 2006-02-18 Joseph S. Myers PR target/24837 diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index c29a8764eab..1f576507210 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -289,6 +289,11 @@ typedef struct machine_function GTY(()) conventions for TImode variables. */ #define MIN_UNITS_PER_WORD 4 +/* The widest floating point format supported by the hardware. Note that + setting this influences some Ada floating point type sizes, currently + required for GNAT to operate properly. */ +#define WIDEST_HARDWARE_FP_SIZE 64 + /* Allocation boundary (in *bits*) for storing arguments in argument list. */ #define PARM_BOUNDARY BITS_PER_WORD -- 2.30.2