diff options
Diffstat (limited to 'gas/config/tc-h8300.h')
-rw-r--r-- | gas/config/tc-h8300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h index bfc8f724c5431..7191181e5c0ce 100644 --- a/gas/config/tc-h8300.h +++ b/gas/config/tc-h8300.h @@ -86,3 +86,6 @@ extern int Nmode; extern int SXmode; #define md_operand(x) + +/* This target is buggy, and sets fix size too large. */ +#define TC_FX_SIZE_SLACK(FIX) 1 |