summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-05-15 16:46:24 -0700
committerYamaArashi <shadow962@live.com>2016-05-15 16:46:24 -0700
commit939de61157e9ff1583b2a358929a3af646025185 (patch)
tree6b2700541f43a4ebd406b928212765012facfdb5 /gcc
parent09a3f6bc993c5181fae90b32b43e08fd287eaff4 (diff)
support alignments of up to 16
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)