* config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define. Folding

of text and data segments fails miserably on the PA.
This commit is contained in:
Jeff Law 1993-10-29 20:35:44 +00:00
parent 6aba9d2931
commit 2b151da9aa
1 changed files with 4 additions and 0 deletions

View File

@ -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 */