summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-03-21 22:53:10 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-03-21 22:53:10 +0000
commit57e10ace974b95ed57d3b49de9ca08f112708d3c (patch)
treec20ff8e29dbc62a7e6f13e3008012297a64efeae /gnu
parentef54137fc3cd134ae97108ce69939ad27040be32 (diff)
Define LABELS_WITHOUT_COLONS under OpenBSD again.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h b/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h
index 6c30372d45a..2b5aa90e0c8 100644
--- a/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h
+++ b/gnu/usr.bin/binutils-2.17/gas/config/tc-hppa.h
@@ -81,6 +81,13 @@
#define WARN_COMMENTS 1
#endif
+#if defined(TE_NetBSD) || defined(TE_OpenBSD)
+/* 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)