OSDN Git Service

(MAX_OFILE_ALIGNMENT): Define.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 1995 22:50:54 +0000 (22:50 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Nov 1995 22:50:54 +0000 (22:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10628 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/svr4.h

index bc80297..d2cab2e 100644 (file)
@@ -885,3 +885,8 @@ do {                                                                         \
 
 /* All SVR4 targets use the ELF object file format.  */
 #define OBJECT_FORMAT_ELF
+
+/* The maximum alignment which the object file format can support.
+   ELF doesn't have a limit, but we've got to override the default
+   (which is BIGGEST_ALIGNMENT).  */
+#define MAX_OFILE_ALIGNMENT 0x10000