aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-10-31 02:13:49 +0000
committerJeff Law <law@redhat.com>1993-10-31 02:13:49 +0000
commitb89094aa9184317c09dcd8cd410f4ddb548b2385 (patch)
tree2ab5da418700f62dc133f6855dfac487e0ea0f91 /gas
parentd4c8cbd8eff8e975f9d807bd0ec19def9cf610a1 (diff)
downloadgdb-b89094aa9184317c09dcd8cd410f4ddb548b2385.zip
gdb-b89094aa9184317c09dcd8cd410f4ddb548b2385.tar.gz
gdb-b89094aa9184317c09dcd8cd410f4ddb548b2385.tar.bz2
* config/tc-hppa.h (FAKE_LABEL_NAME): Define as L$0\001 so it's
known to be a local label.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-hppa.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h
index 9b1c02a..ad2242f 100644
--- a/gas/config/tc-hppa.h
+++ b/gas/config/tc-hppa.h
@@ -61,6 +61,7 @@
/* Local labels have an "L$" prefix. */
#define LOCAL_LABEL(name) ((name)[0] == 'L' && (name)[1] == '$')
+#define FAKE_LABEL_NAME "L$0\001"
#define ASEC_NULL (asection *)0
/* sym1 - sym2 is valid on the PA as long as sym2 is $global$. */
@@ -120,7 +121,4 @@ extern void cons_fix_new_hppa ();
#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 */