* 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:
Jeff Law 1993-10-29 21:09:43 +00:00
parent 53c0b9e754
commit 13925cef35

View file

@ -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 ();