diff options
Diffstat (limited to 'gas/config/tc-visium.h')
-rw-r--r-- | gas/config/tc-visium.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-visium.h b/gas/config/tc-visium.h index 01f8628..8be7f77 100644 --- a/gas/config/tc-visium.h +++ b/gas/config/tc-visium.h @@ -45,6 +45,7 @@ #define tc_fix_adjustable(FIXP) visium_fix_adjustable (FIXP) extern bool visium_fix_adjustable (struct fix *); +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (4 + 1) #define HANDLE_ALIGN(SEC, FRAGP) \ if ((FRAGP)->fr_type == rs_align_code) \ visium_handle_align (FRAGP); |