summaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-18 16:15:07 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2006-02-18 16:15:07 +0000
commitfc5d0455397a8d341f6abe870871094f4837f3d9 (patch)
tree4cdc1ed000741fc08816374170681642b9ea2299 /gcc/config/pa
parent2352afa242b4059557f9c3be2971580c1fdcb264 (diff)
downloadgcc-fc5d0455397a8d341f6abe870871094f4837f3d9.tar.gz
PR ada/13408
* pa.h (WIDEST_HARDWARE_FP_SIZE): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111241 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.h5
1 files changed, 5 insertions, 0 deletions
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