index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
gcc/telf.h
3
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)