diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-10 08:26:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-10 08:26:22 +0000 |
commit | c98caa9eb16e9a86e87cadd03278d29352cc5be1 (patch) | |
tree | 6a3fe7ab539ea565443b8391349a0784c28ec0ea /lib/libc | |
parent | f486404117a4ec95538c5c3bb2d738114b84290a (diff) |
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 */ |