diff options
author | YamaArashi <shadow962@live.com> | 2016-05-15 16:46:24 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-15 16:46:24 -0700 |
commit | 939de61157e9ff1583b2a358929a3af646025185 (patch) | |
tree | 6b2700541f43a4ebd406b928212765012facfdb5 /gcc | |
parent | 09a3f6bc993c5181fae90b32b43e08fd287eaff4 (diff) |
support alignments of up to 16
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/telf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -365,3 +365,6 @@ do { \ while (0) #endif /* TYPE_ASM_OP */ + +// Allow alignment up to 16 bytes. +#define MAX_OFILE_ALIGNMENT (16 * 8) |