diff options
Diffstat (limited to 'lib/libc/quad/floatdidf.c')
-rw-r--r-- | lib/libc/quad/floatdidf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/quad/floatdidf.c b/lib/libc/quad/floatdidf.c index 2b9beb0f261..a42a908a61f 100644 --- a/lib/libc/quad/floatdidf.c +++ b/lib/libc/quad/floatdidf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: floatdidf.c,v 1.7 2017/12/26 15:11:17 kettenis Exp $ */ +/* $OpenBSD: floatdidf.c,v 1.8 2019/11/10 22:23:28 guenther Exp $ */ /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -67,4 +67,5 @@ __floatdidf(quad_t x) #ifdef __ARM_EABI__ __strong_alias(__aeabi_l2d, __floatdidf); +__asm(".protected __aeabi_l2d"); #endif |