* config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
authorAlan Modra <amodra@gmail.com>
Mon, 15 Jul 2002 01:51:07 +0000 (01:51 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 15 Jul 2002 01:51:07 +0000 (01:51 +0000)
gas/ChangeLog
gas/config/tc-hppa.h

index bf3c845..ebe08ea 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-15  Matt Fredette  <fredette@netbsd.org>
+
+       * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
+
 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
index bacd09c..9086fea 100644 (file)
 #define WARN_COMMENTS 1
 #endif
 
+#ifdef TE_NetBSD
+/* XXX the original OpenBSD code has labels without colons,
+   so this is required, for now -- fredette@netbsd.org */
+/* Labels are not required to have a colon for a suffix.  */
+#define LABELS_WITHOUT_COLONS 1
+#endif
+
 /* FIXME.  Why oh why aren't these defined somewhere globally?  */
 #ifndef FALSE
 #define FALSE   (0)