We have __weak_alias() everywhere; remove obsolete #ifdef's
authorguenther <guenther@openbsd.org>
Mon, 18 Jul 2016 19:05:22 +0000 (19:05 +0000)
committerguenther <guenther@openbsd.org>
Mon, 18 Jul 2016 19:05:22 +0000 (19:05 +0000)
ok deraadt@

lib/libc/softfloat/fpgetmask.c
lib/libc/softfloat/fpgetround.c
lib/libc/softfloat/fpgetsticky.c
lib/libc/softfloat/fpsetmask.c
lib/libc/softfloat/fpsetround.c
lib/libc/softfloat/fpsetsticky.c

index 9839b8b..11b0ef1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpgetmask.c,v 1.5 2015/09/13 14:21:46 miod Exp $      */
+/*     $OpenBSD: fpgetmask.c,v 1.6 2016/07/18 19:05:22 guenther Exp $  */
 /* $NetBSD: fpgetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */
 
 /*-
@@ -38,9 +38,7 @@
 #include "milieu.h"
 #include <softfloat.h>
 
-#ifdef __weak_alias
 __weak_alias(_fpgetmask,fpgetmask);
-#endif
 
 fp_except
 fpgetmask(void)
index 164e8a9..b180d41 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpgetround.c,v 1.5 2015/09/13 14:21:46 miod Exp $     */
+/*     $OpenBSD: fpgetround.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
 /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */
 
 /*-
@@ -37,9 +37,7 @@
 #include "milieu.h"
 #include <softfloat.h>
 
-#ifdef __weak_alias
 __weak_alias(_fpgetround,fpgetround);
-#endif
 
 fp_rnd
 fpgetround(void)
index 0964a10..c9692a6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpgetsticky.c,v 1.5 2015/09/13 14:21:46 miod Exp $    */
+/*     $OpenBSD: fpgetsticky.c,v 1.6 2016/07/18 19:05:22 guenther Exp $        */
 /* $NetBSD: fpgetsticky.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */
 
 /*-
@@ -37,9 +37,7 @@
 #include "milieu.h"
 #include <softfloat.h>
 
-#ifdef __weak_alias
 __weak_alias(_fpgetsticky,fpgetsticky);
-#endif
 
 fp_except
 fpgetsticky(void)
index 178f31f..2ab3c44 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpsetmask.c,v 1.5 2015/09/13 14:21:46 miod Exp $      */
+/*     $OpenBSD: fpsetmask.c,v 1.6 2016/07/18 19:05:22 guenther Exp $  */
 /* $NetBSD: fpsetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */
 
 /*-
@@ -37,9 +37,7 @@
 #include "milieu.h"
 #include <softfloat.h>
 
-#ifdef __weak_alias
 __weak_alias(_fpsetmask,fpsetmask);
-#endif
 
 fp_except
 fpsetmask(fp_except mask)
index 35f300a..0c15285 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpsetround.c,v 1.5 2015/09/13 14:21:46 miod Exp $     */
+/*     $OpenBSD: fpsetround.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
 /* $NetBSD: fpsetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */
 
 /*-
@@ -37,9 +37,7 @@
 #include "milieu.h"
 #include <softfloat.h>
 
-#ifdef __weak_alias
 __weak_alias(_fpsetround,fpsetround);
-#endif
 
 fp_rnd
 fpsetround(fp_rnd rnd_dir)
index cff4ec9..48f4be4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpsetsticky.c,v 1.5 2015/09/13 14:21:46 miod Exp $    */
+/*     $OpenBSD: fpsetsticky.c,v 1.6 2016/07/18 19:05:22 guenther Exp $        */
 /* $NetBSD: fpsetsticky.c,v 1.2 2002/01/13 21:45:54 thorpej Exp $ */
 
 /*-
@@ -37,9 +37,7 @@
 #include "milieu.h"
 #include <softfloat.h>
 
-#ifdef __weak_alias
 __weak_alias(_fpsetsticky,fpsetsticky);
-#endif
 
 fp_except
 fpsetsticky(fp_except except)