A bunch of changes to COFF support. See the ChangeLog.
[deliverable/binutils-gdb.git] / gas / config / te-sco386.h
index da8de1da36c6677d767dbc5be0bd30221af1686d..2c93f0be354f425d809c115ea25318552ef4cf51 100644 (file)
@@ -1,7 +1,7 @@
 /* Machine specific defines for the SCO Unix V.3.2 ODT */
 #define scounix
 
-/* Return true if s (a non null string pointer), points to a local variable name. */
-#define LOCAL_LABEL(n)  ((n)[0] == '.' && (n)[1] == 'L')
+/* Local labels start with a period.  */
+#define DOT_LABEL_PREFIX
 
 /* end of te-sco386.h */
This page took 0.023635 seconds and 4 git commands to generate.