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:
parent
60497154c8
commit
5911b52027
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137287
@ -34,7 +34,7 @@
|
||||
|
||||
#include <machine/asm.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
#define SOFTFLOAT /* XXX */
|
||||
|
||||
/*
|
||||
* C library -- _setjmp, _longjmp
|
||||
*
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user