From 2b151da9aabb050110c9fdfb07c4cf495a901ed6 Mon Sep 17 00:00:00 2001
From: Jeff Law <law@redhat.com>
Date: Fri, 29 Oct 1993 20:35:44 +0000
Subject: [PATCH]         * config/tc-hppa.h (NO_FOLD_DATA_AND_TEXT): Define. 
 Folding         of text and data segments fails miserably on the PA.

---
 gas/config/tc-hppa.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h
index 35ec493c702..9b1c02a5299 100644
--- 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 */