mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 13:29:16 +08:00
* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r30854
This commit is contained in:
parent
c07c7c9d25
commit
27def0aa16
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user