diff options
Diffstat (limited to 'gas/config/tc-kvx.h')
-rw-r--r-- | gas/config/tc-kvx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-kvx.h b/gas/config/tc-kvx.h index a4d0e2d..50c124f 100644 --- a/gas/config/tc-kvx.h +++ b/gas/config/tc-kvx.h @@ -297,6 +297,7 @@ extern void kvx_cons_fix_new (fragS *f, int where, int nbytes, /* Enable special handling for the alignment directive. */ extern void kvx_handle_align (fragS *); #define HANDLE_ALIGN(s, f) kvx_handle_align (f) +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (3 + 12 + 16) #ifdef OBJ_ELF |