diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-10 18:13:47 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-10 18:13:47 +0000 |
commit | 9d92f0e0d037b4a80516f5599149f8029e742fcf (patch) | |
tree | abfe1b094a6bb7ba5b358aa91df5edcde8e47e75 /lib/libc/softfloat | |
parent | 0a3cd2f44990ff43d60121278b611e9c1003d379 (diff) |
Pull in namespace.h when building all .c files using gcc's -include option,
so that we can provide asm labels for the memcpy/memset/__stack_smash_handler
calls that it generates ab initio. Eliminate direct #includes of it. Make
sure it's a dependency of all objects (unnecessary for asm, but close enough).
ok deraadt@
Diffstat (limited to 'lib/libc/softfloat')
-rw-r--r-- | lib/libc/softfloat/fpgetmask.c | 4 | ||||
-rw-r--r-- | lib/libc/softfloat/fpgetround.c | 4 | ||||
-rw-r--r-- | lib/libc/softfloat/fpgetsticky.c | 4 | ||||
-rw-r--r-- | lib/libc/softfloat/fpsetmask.c | 4 | ||||
-rw-r--r-- | lib/libc/softfloat/fpsetround.c | 4 | ||||
-rw-r--r-- | lib/libc/softfloat/fpsetsticky.c | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/lib/libc/softfloat/fpgetmask.c b/lib/libc/softfloat/fpgetmask.c index f977c841e94..81191ff2b58 100644 --- a/lib/libc/softfloat/fpgetmask.c +++ b/lib/libc/softfloat/fpgetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetmask.c,v 1.3 2012/12/05 23:20:00 deraadt Exp $ */ +/* $OpenBSD: fpgetmask.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpgetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include <ieeefp.h> #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" diff --git a/lib/libc/softfloat/fpgetround.c b/lib/libc/softfloat/fpgetround.c index bf6ad2d4d3f..e50c1d08e43 100644 --- a/lib/libc/softfloat/fpgetround.c +++ b/lib/libc/softfloat/fpgetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetround.c,v 1.3 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include <ieeefp.h> #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" diff --git a/lib/libc/softfloat/fpgetsticky.c b/lib/libc/softfloat/fpgetsticky.c index c8b7c114f5b..644a2941cee 100644 --- a/lib/libc/softfloat/fpgetsticky.c +++ b/lib/libc/softfloat/fpgetsticky.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetsticky.c,v 1.3 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: fpgetsticky.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpgetsticky.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include <ieeefp.h> #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" diff --git a/lib/libc/softfloat/fpsetmask.c b/lib/libc/softfloat/fpsetmask.c index 50d694cd393..3c1a2d10395 100644 --- a/lib/libc/softfloat/fpsetmask.c +++ b/lib/libc/softfloat/fpsetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetmask.c,v 1.3 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: fpsetmask.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpsetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include <ieeefp.h> #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" diff --git a/lib/libc/softfloat/fpsetround.c b/lib/libc/softfloat/fpsetround.c index ece434367e8..a3e014b58bb 100644 --- a/lib/libc/softfloat/fpsetround.c +++ b/lib/libc/softfloat/fpsetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetround.c,v 1.3 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: fpsetround.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpsetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include <ieeefp.h> #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" diff --git a/lib/libc/softfloat/fpsetsticky.c b/lib/libc/softfloat/fpsetsticky.c index ba2fc2adec9..09eb539c194 100644 --- a/lib/libc/softfloat/fpsetsticky.c +++ b/lib/libc/softfloat/fpsetsticky.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpsetsticky.c,v 1.3 2012/12/05 23:20:01 deraadt Exp $ */ +/* $OpenBSD: fpsetsticky.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ /* $NetBSD: fpsetsticky.c,v 1.2 2002/01/13 21:45:54 thorpej Exp $ */ /*- @@ -30,8 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include "namespace.h" - #include <ieeefp.h> #ifdef SOFTFLOAT_FOR_GCC #include "softfloat-for-gcc.h" |