diff options
author | 2019-11-10 22:23:28 +0000 | |
---|---|---|
committer | 2019-11-10 22:23:28 +0000 | |
commit | 00b6e344ba691d3d76ced8394494ab6d26b6766c (patch) | |
tree | db84473796db356e2a7d8427aefeae8105521655 /lib/libc/softfloat/eqdf2.c | |
parent | Simplify the handling of the explicit relocations based on ld.so only (diff) | |
download | wireguard-openbsd-00b6e344ba691d3d76ced8394494ab6d26b6766c.tar.xz wireguard-openbsd-00b6e344ba691d3d76ced8394494ab6d26b6766c.zip |
Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,
as well as those in arch/arm/gen/divsi3.S. This cleans up the PLTs on the
32bit archs.
luna88k testing by aoyama@
"looks good" kettenis@, testing and ok deraadt@
Diffstat (limited to 'lib/libc/softfloat/eqdf2.c')
-rw-r--r-- | lib/libc/softfloat/eqdf2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/softfloat/eqdf2.c b/lib/libc/softfloat/eqdf2.c index 34ae5c60845..5f148099823 100644 --- a/lib/libc/softfloat/eqdf2.c +++ b/lib/libc/softfloat/eqdf2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eqdf2.c,v 1.3 2015/09/13 14:21:46 miod Exp $ */ +/* $OpenBSD: eqdf2.c,v 1.4 2019/11/10 22:23:29 guenther Exp $ */ /* $NetBSD: eqdf2.c,v 1.1 2000/06/06 08:15:02 bjh21 Exp $ */ /* @@ -9,7 +9,7 @@ #include "milieu.h" #include <softfloat.h> -flag __eqdf2(float64, float64); +flag __eqdf2(float64, float64) __dso_protected; flag __eqdf2(float64 a, float64 b) |