aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2006-02-18 16:12:20 +0000
committerJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2006-02-18 16:12:20 +0000
commit317eb15c3d036a4cf9050d2b6b42eaae72a3f250 (patch)
treef0add94a38a05550b44981670c494781d486ff8f
parent0a98a3ef0819d0df5c497e375e00b130e9866b18 (diff)
PR ada/13408
* pa.h (WIDEST_HARDWARE_FP_SIZE): Define. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch@111240 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pa/pa.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a641bbd04b5..712370ef1bf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-18 Olivier Hainque <hainque@adacore.com>
+
+ PR ada/13408
+ * pa.h (WIDEST_HARDWARE_FP_SIZE): Define.
+
2006-02-18 Jakub Jelinek <jakub@redhat.com>
PR middle-end/26334
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 3db2d33a0cf..d3e749a1f64 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