1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-25 07:49:18 +00:00

Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.

This commit is contained in:
Olivier Houchard 2004-11-05 23:53:54 +00:00
parent 60497154c8
commit 5911b52027
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137287
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#define SOFTFLOAT /* XXX */
/*
* C library -- _setjmp, _longjmp
*

View File

@ -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}