diff options
-rw-r--r-- | gas/config/tc-hppa.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index 35ec493..9b1c02a 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -119,4 +119,8 @@ extern void cons_fix_new_hppa (); #define TC_EOL_IN_INSN(PTR) (is_end_of_line[*(PTR)] && (PTR)[-1] == ',') #define tc_fix_adjustable hppa_fix_adjustable + +/* Disable -R on all PA targets. It fails miserably. FIXME!*/ +#define NO_FOLD_DATA_AND_TEXT + #endif /* _TC_HPPA_H */ |