aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-12-10 01:09:59 +0000
committerJeff Law <law@gcc.gnu.org>1999-12-09 18:09:59 -0700
commit27def0aa168c5223031d9ea8ca07357a2d31a1d7 (patch)
tree885e5ddc554fef50b9e3b30e54fe4208d79b31c7 /gcc
parentc07c7c9d25232987f99b31c6e6ce7e343d19dad7 (diff)
downloadgcc-27def0aa168c5223031d9ea8ca07357a2d31a1d7.zip
gcc-27def0aa168c5223031d9ea8ca07357a2d31a1d7.tar.gz
gcc-27def0aa168c5223031d9ea8ca07357a2d31a1d7.tar.bz2
* pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
From-SVN: r30854
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/elf.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8c600f7..b9681bf 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 <amylaar@cygnus.co.uk>
* regclass.c (globalize_reg): Re-instate test that allows
diff --git a/gcc/config/pa/elf.h b/gcc/config/pa/elf.h
index af5031c..3159572 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)