projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53c0b9e
)
* config/tc-hppa.c (md_begin): Disable "-R" option to fold
author
Jeff Law
<law@redhat.com>
Fri, 29 Oct 1993 21:09:43 +0000
(21:09 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 29 Oct 1993 21:09:43 +0000
(21:09 +0000)
text and data segments. Warn user "-R" is unsupported on the
PA.
gas/config/tc-hppa.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-hppa.c
b/gas/config/tc-hppa.c
index 34230e76d81b5872ca902cc2870d9c2547bc666b..584f9e3bad34d5a34557f6cb0890cd014fb32977 100644
(file)
--- a/
gas/config/tc-hppa.c
+++ b/
gas/config/tc-hppa.c
@@
-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 ();