* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
authorJeffrey A Law <law@cygnus.com>
Fri, 10 Dec 1999 01:09:59 +0000 (01:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 10 Dec 1999 01:09:59 +0000 (18:09 -0700)
From-SVN: r30854

gcc/ChangeLog
gcc/config/pa/elf.h

index 8c600f797a767fcdd659f8e3d7a674ce83dc06e8..b9681bfbb0b8e53d42a076985cf23384861cbcf0 100644 (file)
@@ -1,3 +1,7 @@
+Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
+
 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * regclass.c (globalize_reg): Re-instate test that allows
index af5031c093ed93c50d83f26df9417ddfcfc26df3..3159572261808dc9cdaf67c783fc4c887fa6056d 100644 (file)
@@ -89,3 +89,8 @@ do {  \
        fputs (",ENTRY\n", FILE);                                       \
      } while (0)
 
+/* Biggest alignment supported by the object file format of this
+   machine.  Use this macro to limit the alignment which can be
+   specified using the `__attribute__ ((aligned (N)))' construct.  If
+   not defined, the default value is `BIGGEST_ALIGNMENT'.  */
+#define MAX_OFILE_ALIGNMENT (32768 * 8)