diff options
Diffstat (limited to 'gcc/align.h')
-rw-r--r-- | gcc/align.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/align.h b/gcc/align.h index 5a5d6c7..9acce47 100644 --- a/gcc/align.h +++ b/gcc/align.h @@ -74,3 +74,7 @@ struct align_flags align_flags_tuple levels[2]; }; + +/* Define maximum supported code alignment. */ +#define MAX_CODE_ALIGN 16 +#define MAX_CODE_ALIGN_VALUE (1 << MAX_CODE_ALIGN) |