From afa0db7ac357269605808e7d21a584ef28eacec3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Jun 2000 23:58:46 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ sysdeps/sh/dl-machine.h | 2 +- sysdeps/sh/sh4/dl-machine.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7e0d3a..f0916a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-06-12 Ulrich Drepper + * 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. diff --git a/sysdeps/sh/dl-machine.h b/sysdeps/sh/dl-machine.h index 108c8d0..1530f94 100644 --- a/sysdeps/sh/dl-machine.h +++ b/sysdeps/sh/dl-machine.h @@ -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 diff --git a/sysdeps/sh/sh4/dl-machine.h b/sysdeps/sh/sh4/dl-machine.h index d0c9115..ec9f6f7 100644 --- a/sysdeps/sh/sh4/dl-machine.h +++ b/sysdeps/sh/sh4/dl-machine.h @@ -1,2 +1,2 @@ -#define KERNEL_MATH_EMULATION +#define HAVE_FPU #include -- 2.7.4