diff options
author | 2008-12-10 08:26:21 +0000 | |
---|---|---|
committer | 2008-12-10 08:26:21 +0000 | |
commit | f5877b85058e7615875e7d8d0038f70850adc75b (patch) | |
tree | c0afc1f63028fc5b64a37028e61c0a4bf62a6d88 /lib/libc | |
parent | use maximum value of dwMaxVideoFrameBufferSize in each vs descriptors (diff) | |
download | wireguard-openbsd-f5877b85058e7615875e7d8d0038f70850adc75b.tar.xz wireguard-openbsd-f5877b85058e7615875e7d8d0038f70850adc75b.zip |
no spaces allowed in the macro arguments. completely insanity!
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/vax/gen/fabs.S | 4 | ||||
-rw-r--r-- | lib/libc/arch/vax/gen/ldexp.S | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/arch/vax/gen/fabs.S b/lib/libc/arch/vax/gen/fabs.S index 0e0b567880d..e6bb39f74b5 100644 --- a/lib/libc/arch/vax/gen/fabs.S +++ b/lib/libc/arch/vax/gen/fabs.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fabs.S,v 1.5 2008/12/09 20:21:07 martynas Exp $ */ +/* $OpenBSD: fabs.S,v 1.6 2008/12/10 08:26:21 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ #include "DEFS.h" -WEAK_ALIAS(fabsl, fabs) +WEAK_ALIAS(fabsl,fabs) ENTRY(fabs, 0) movd 4(ap),r0 bgeq 1f diff --git a/lib/libc/arch/vax/gen/ldexp.S b/lib/libc/arch/vax/gen/ldexp.S index 1cbd167c495..3e28ffde0c7 100644 --- a/lib/libc/arch/vax/gen/ldexp.S +++ b/lib/libc/arch/vax/gen/ldexp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.S,v 1.7 2008/12/09 20:32:06 martynas Exp $ */ +/* $OpenBSD: ldexp.S,v 1.8 2008/12/10 08:26:21 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -52,7 +52,7 @@ .globl _C_LABEL(errno) -WEAK_ALIAS(ldexpl, ldexp) +WEAK_ALIAS(ldexpl,ldexp) ENTRY(ldexp, R2) movd 4(ap),r0 /* fetch "value" */ extzv $7,$8,r0,r2 /* r2 := biased exponent */ |