* config/tc-hppa.c (md_begin): Disable "-R" option to fold
text and data segments. Warn user "-R" is unsupported on the PA.
This commit is contained in:
parent
53c0b9e754
commit
13925cef35
1 changed files with 6 additions and 0 deletions
|
@ -1343,6 +1343,12 @@ md_begin ()
|
|||
last_call_info = NULL;
|
||||
call_info_root = NULL;
|
||||
|
||||
/* Folding of text and data segments fails miserably on the PA.
|
||||
Warn user and disable "-R" option. */
|
||||
as_warn ("-R option not supported on this target.");
|
||||
flag_readonly_data_in_text = 0;
|
||||
flagseen['R'] = 0;
|
||||
|
||||
pa_spaces_begin ();
|
||||
|
||||
op_hash = hash_new ();
|
||||
|
|
Loading…
Reference in a new issue