]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/13408 (acats numeric tests cxg* fail on pa/hpux)
authorOlivier Hainque <hainque@adacore.com>
Sat, 18 Feb 2006 16:21:06 +0000 (16:21 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Feb 2006 16:21:06 +0000 (16:21 +0000)
PR ada/13408
* pa.h (WIDEST_HARDWARE_FP_SIZE): Define.

From-SVN: r111243

gcc/ChangeLog
gcc/config/pa/pa.h

index f8e0bba8e71eaf9d013bda70ec6be48330f77974..0caf3e410273f3ea1662fa5d4388fe8dc0673e61 100644 (file)
@@ -1,3 +1,6 @@
+       PR ada/13408
+       * pa.h (WIDEST_HARDWARE_FP_SIZE): Define.
+
 2006-02-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        Backport:
index 7727cb5f85cb32d41e66019facca2ce48568f98b..23b8a765597542ce334ba35ff6d372d891790fc9 100644 (file)
@@ -461,6 +461,11 @@ typedef struct machine_function GTY(())
 #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4)
 #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