Commit 4ea42eba by Olivier Hainque Committed by John David Anglin

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
parent ef6a0629
2006-02-18 Olivier Hainque <hainque@adacore.com>
PR ada/13408
* pa.h (WIDEST_HARDWARE_FP_SIZE): Define.
2006-02-18 Joseph S. Myers <joseph@codesourcery.com>
PR target/24837
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment