summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2012-11-09 21:47:38 +0000
committermiod <miod@openbsd.org>2012-11-09 21:47:38 +0000
commit39374f92cbc5f2452a54d3df622fbb16cb73962a (patch)
tree1c40300c2c64650990a0dd4ab97c1fc7a2bf1e61
parentdon't sync dma memory for the whole ring when updating a single (diff)
downloadwireguard-openbsd-39374f92cbc5f2452a54d3df622fbb16cb73962a.tar.xz
wireguard-openbsd-39374f92cbc5f2452a54d3df622fbb16cb73962a.zip
Doh, in gcc3 the various *_ASM_OP need to output explicit whitespace before
and after the keyword.
-rw-r--r--gnu/usr.bin/gcc/gcc/config/m88k/openbsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/m88k/openbsd.h b/gnu/usr.bin/gcc/gcc/config/m88k/openbsd.h
index 04e05ebf395..54f3bec168f 100644
--- a/gnu/usr.bin/gcc/gcc/config/m88k/openbsd.h
+++ b/gnu/usr.bin/gcc/gcc/config/m88k/openbsd.h
@@ -24,9 +24,9 @@ Boston, MA 02111-1307, USA. */
/* <m88k/m88k.h> provided wrong GLOBAL_ASM_OP and SET_ASM_OP */
#undef SET_ASM_OP
-#define SET_ASM_OP "equ"
+#define SET_ASM_OP "\tequ\t"
#undef GLOBAL_ASM_OP
-#define GLOBAL_ASM_OP ".globl"
+#define GLOBAL_ASM_OP "\t.globl\t"
/* <m88k/m88k.h> provided wrong SUPPORTS_WEAK and SUPPORTS_ONE_ONLY values */
#undef SUPPORTS_WEAK