* pa.h (MAX_OFILE_ALIGNMENT): Define appropriately for the PA.
authorJeff Law <law@gcc.gnu.org>
Tue, 14 Dec 1993 05:39:11 +0000 (22:39 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 Dec 1993 05:39:11 +0000 (22:39 -0700)
From-SVN: r6231

gcc/config/pa/pa.h

index 90ba7f8bb03e8b4674e133324527d7d2169c6064..63074962af311f75b60415d8746f5dffd5a0387e 100644 (file)
@@ -212,6 +212,9 @@ extern int target_flags;
 /* No data type wants to be aligned rounder than this.  */
 #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. */
 #define CONSTANT_ALIGNMENT(CODE, TYPEALIGN) \
   ((TYPEALIGN) < 32 ? 32 : (TYPEALIGN))