summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel <daniel@openbsd.org>2014-11-14 07:31:13 +0000
committerdaniel <daniel@openbsd.org>2014-11-14 07:31:13 +0000
commit9e97eaf35b77d9674a2e70a4d6de802c54d6a06f (patch)
tree3976c777b096c75a748c9288f898f8980c1dbfa6
parentNow that all known users of cpp in base and X use tradcpp, move gcc (diff)
downloadwireguard-openbsd-9e97eaf35b77d9674a2e70a4d6de802c54d6a06f.tar.xz
wireguard-openbsd-9e97eaf35b77d9674a2e70a4d6de802c54d6a06f.zip
let this compile with clang; no binary change with gcc.
ok deraadt@
-rw-r--r--lib/libc/arch/i386/gen/fixunsdfsi.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/gen/fixunsdfsi.S b/lib/libc/arch/i386/gen/fixunsdfsi.S
index 6097f8ca06d..0752d887e4a 100644
--- a/lib/libc/arch/i386/gen/fixunsdfsi.S
+++ b/lib/libc/arch/i386/gen/fixunsdfsi.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: fixunsdfsi.S,v 1.6 2012/08/22 17:19:34 pascal Exp $ */
+/* $OpenBSD: fixunsdfsi.S,v 1.7 2014/11/14 07:31:13 daniel Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -66,4 +66,4 @@ ENTRY(__fixunsdfsi)
orl $0x80000000,%eax /* restore bias */
ret
-fbiggestsigned: .double 0r2147483648.0
+fbiggestsigned: .double 2147483648.0