* config/tc-i386.h (DOT_LABEL_PREFIX): Delete.
authorJeff Law <law@redhat.com>
Sun, 31 Oct 1993 02:18:17 +0000 (02:18 +0000)
committerJeff Law <law@redhat.com>
Sun, 31 Oct 1993 02:18:17 +0000 (02:18 +0000)
        (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
        * config/tc-m68k.h (DOT_LABEL_PREFIX): Delete.
        (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
        * config/te-sco386.h (DOT_LABEL_PREFIX): Delete.
        (LOCAL_LABEL, FAKE_LABEL_NAME): Define.

gas/config/te-sco386.h

index 2c93f0b..c608f05 100644 (file)
@@ -2,6 +2,7 @@
 #define scounix
 
 /* Local labels start with a period.  */
-#define DOT_LABEL_PREFIX
-
+#define LOCAL_LABEL(name) (name[0] == '.' \
+                           && (name[1] == 'L' || name[1] == '.'))
+#define FAKE_LABEL_NAME ".L0\001"
 /* end of te-sco386.h */