aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2004-11-05 23:53:54 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2004-11-05 23:53:54 +0000
commit5911b520278d793b939fb365d1e0900b3dcf5179 (patch)
tree50bbc0731d6ddcfa42a8870dc983cb0ba94e3e03 /lib/libc
parent60497154c8c934f314c88922d333720dfbc642b6 (diff)
downloadsrc-5911b520278d793b939fb365d1e0900b3dcf5179.tar.gz
src-5911b520278d793b939fb365d1e0900b3dcf5179.zip
Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.
Notes
Notes: svn path=/head/; revision=137287
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/arm/gen/_setjmp.S2
-rw-r--r--lib/libc/arm/gen/setjmp.S1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arm/gen/_setjmp.S b/lib/libc/arm/gen/_setjmp.S
index b48f1e4e2140..91f5c66b7bd2 100644
--- a/lib/libc/arm/gen/_setjmp.S
+++ b/lib/libc/arm/gen/_setjmp.S
@@ -34,7 +34,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
-#define SOFTFLOAT /* XXX */
+
/*
* C library -- _setjmp, _longjmp
*
diff --git a/lib/libc/arm/gen/setjmp.S b/lib/libc/arm/gen/setjmp.S
index 79aee9f6daa8..53959e7fc025 100644
--- a/lib/libc/arm/gen/setjmp.S
+++ b/lib/libc/arm/gen/setjmp.S
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
* The previous signal state is restored.
*/
-#define SOFTFLOAT /* XXX */
ENTRY(setjmp)
/* Block all signals and retrieve the old signal mask */
stmfd sp!, {r0, r14}