From 27def0aa168c5223031d9ea8ca07357a2d31a1d7 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Fri, 10 Dec 1999 01:09:59 +0000 Subject: [PATCH] * pa/elf.h (MAX_OFILE_ALIGNMENT): Define. From-SVN: r30854 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/elf.h | 5 +++++ 2 files changed, 9 insertions(+) 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) -- 2.30.2