Commit a27d3fef by Jeff Law

* pa.h (MAX_OFILE_ALIGNMENT): Define appropriately for the PA.

From-SVN: r6231
parent cf462715
...@@ -212,6 +212,9 @@ extern int target_flags; ...@@ -212,6 +212,9 @@ extern int target_flags;
/* No data type wants to be aligned rounder than this. */ /* No data type wants to be aligned rounder than this. */
#define BIGGEST_ALIGNMENT 64 #define BIGGEST_ALIGNMENT 64
/* The .align directive in the HP assembler allows up to a 32 alignment. */
#define MAX_OFILE_ALIGNMENT 32768
/* Get around hp-ux assembler bug, and make strcpy of constants fast. */ /* Get around hp-ux assembler bug, and make strcpy of constants fast. */
#define CONSTANT_ALIGNMENT(CODE, TYPEALIGN) \ #define CONSTANT_ALIGNMENT(CODE, TYPEALIGN) \
((TYPEALIGN) < 32 ? 32 : (TYPEALIGN)) ((TYPEALIGN) < 32 ? 32 : (TYPEALIGN))
......
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