* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.

From-SVN: r30854
This commit is contained in:
Jeffrey A Law 1999-12-10 01:09:59 +00:00 committed by Jeff Law
parent c07c7c9d25
commit 27def0aa16
2 changed files with 9 additions and 0 deletions

View 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

View 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)