summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2019-03-23 15:29:55 +0000
committervisa <visa@openbsd.org>2019-03-23 15:29:55 +0000
commit9d16eafffdf8c1a15260e2b70d3e82dd3fb6233d (patch)
treeb7d524ce584085e639bd47c89994d91db860b5c1 /lib/csu
parentUnbreak route origin validation (diff)
downloadwireguard-openbsd-9d16eafffdf8c1a15260e2b70d3e82dd3fb6233d.tar.xz
wireguard-openbsd-9d16eafffdf8c1a15260e2b70d3e82dd3fb6233d.zip
Separate symbol name and type with a comma for consistency and
to make clang happier. No binary change with gas.
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/mips64/md_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/mips64/md_init.h b/lib/csu/mips64/md_init.h
index 4522fd1293b..4a5d6bbfce3 100644
--- a/lib/csu/mips64/md_init.h
+++ b/lib/csu/mips64/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.15 2017/08/11 20:13:31 guenther Exp $ */
+/* $OpenBSD: md_init.h,v 1.16 2019/03/23 15:29:55 visa Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -61,7 +61,7 @@
".section "#sect",\"ax\",@progbits \n" \
".align 2 \n" \
".globl "#entry_pt" \n" \
- ".type "#entry_pt"@function \n" \
+ ".type "#entry_pt",@function \n" \
".ent "#entry_pt" \n" \
#entry_pt": \n" \
MD_FUNCTION_PROLOGUE(entry_pt) \