Commit 27def0aa by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r30854
parent c07c7c9d
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)
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