From: Jeffrey A Law Date: Fri, 10 Dec 1999 01:09:59 +0000 (+0000) Subject: * pa/elf.h (MAX_OFILE_ALIGNMENT): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27def0aa168c5223031d9ea8ca07357a2d31a1d7;p=gcc.git * pa/elf.h (MAX_OFILE_ALIGNMENT): Define. From-SVN: r30854 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8c600f797a7..b9681bfbb0b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * regclass.c (globalize_reg): Re-instate test that allows diff --git a/gcc/config/pa/elf.h b/gcc/config/pa/elf.h index af5031c093e..31595722618 100644 --- a/gcc/config/pa/elf.h +++ b/gcc/config/pa/elf.h @@ -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)