diff options
Diffstat (limited to 'gas/config/tc-epiphany.h')
-rw-r--r-- | gas/config/tc-epiphany.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-epiphany.h b/gas/config/tc-epiphany.h index dde6733..78adcd6 100644 --- a/gas/config/tc-epiphany.h +++ b/gas/config/tc-epiphany.h @@ -74,6 +74,7 @@ extern int epiphany_cgen_parse_fix_exp (int, expressionS *); #define HANDLE_ALIGN(s, f) epiphany_handle_align (f) extern void epiphany_handle_align (fragS *); +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (1 + 2) #define TARGET_FORMAT "elf32-epiphany" |