diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-12 23:58:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-12 23:58:46 +0000 |
commit | afa0db7ac357269605808e7d21a584ef28eacec3 (patch) | |
tree | 9b883f8d51cc5971d03e8712bc8426517f0dd15c /ChangeLog | |
parent | 65074d231159847217af88e47c2b71df50aead21 (diff) | |
download | glibc-afa0db7ac357269605808e7d21a584ef28eacec3.tar.gz glibc-afa0db7ac357269605808e7d21a584ef28eacec3.tar.xz glibc-afa0db7ac357269605808e7d21a584ef28eacec3.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d7e0d3a886..f0916a7b61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. |