]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-hppa.h (FAKE_LABEL_NAME): Define as L$0\001 so it's
authorJeff Law <law@redhat.com>
Sun, 31 Oct 1993 02:13:49 +0000 (02:13 +0000)
committerJeff Law <law@redhat.com>
Sun, 31 Oct 1993 02:13:49 +0000 (02:13 +0000)
        known to be a local label.

gas/config/tc-hppa.h

index 9b1c02a529946f330245f0e5951ff2b555c1b088..ad2242f173f8bff21435fbcd68626aa4956a75c4 100644 (file)
@@ -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 */