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:
6aba9d2
)
* config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define. Folding
author
Jeff Law
<law@redhat.com>
Fri, 29 Oct 1993 20:35:44 +0000
(20:35 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 29 Oct 1993 20:35:44 +0000
(20:35 +0000)
of text and data segments fails miserably on the PA.
gas/config/tc-hppa.h
patch
|
blob
|
history
diff --git
a/gas/config/tc-hppa.h
b/gas/config/tc-hppa.h
index 35ec493c702d0a2d070fa03a03957a35ca7182b2..9b1c02a529946f330245f0e5951ff2b555c1b088 100644
(file)
--- a/
gas/config/tc-hppa.h
+++ b/
gas/config/tc-hppa.h
@@
-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 */