mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* 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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user