diff options
Diffstat (limited to 'gas/config/tc-nds32.h')
-rw-r--r-- | gas/config/tc-nds32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-nds32.h b/gas/config/tc-nds32.h index 14109f0..f8966c5 100644 --- a/gas/config/tc-nds32.h +++ b/gas/config/tc-nds32.h @@ -112,6 +112,7 @@ extern void tc_nds32_frame_initial_instructions (void); #define GAS_SORT_RELOCS 1 /* Values passed to md_apply_fix don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 +#define MAX_MEM_FOR_RS_ALIGN_CODE(p2align, max) (1 + 2 + 4) #define HANDLE_ALIGN(s, f) nds32_handle_align (f) #undef DIFF_EXPR_OK /* They should be fixed in linker. */ #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch) |