summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/telf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/telf.h b/gcc/telf.h
index c884cf8..1b491b8 100755
--- a/gcc/telf.h
+++ b/gcc/telf.h
@@ -365,3 +365,6 @@ do { \
while (0)
#endif /* TYPE_ASM_OP */
+
+// Allow alignment up to 16 bytes.
+#define MAX_OFILE_ALIGNMENT (16 * 8)