mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Update.
* sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro instead of KERNEL_MATH_EMULATION. * sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not KERNEL_MATH_EMULATION.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2000-06-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
|
||||
instead of KERNEL_MATH_EMULATION.
|
||||
* sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
|
||||
KERNEL_MATH_EMULATION.
|
||||
|
||||
* sysdeps/sh/Dist: Removed. There is no ieee754.h file.
|
||||
* sysdeps/sh/sh3/dl-machine.h: Moved to...
|
||||
* sysdeps/sh/dl-machine.h: ...here. New file.
|
||||
|
||||
@@ -135,7 +135,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
|
||||
#define GOTJMP(x) #x
|
||||
#endif
|
||||
|
||||
#if defined (KERNEL_MATH_EMULATION)
|
||||
#ifdef HAVE_FPU
|
||||
#define FGR_SAVE "\
|
||||
sts.l fpscr, @-r15
|
||||
mov #8,r3
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#define KERNEL_MATH_EMULATION
|
||||
#define HAVE_FPU
|
||||
#include <sysdeps/sh/dl-machine.h>
|
||||
|
||||
Reference in New Issue
Block a user