diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2012-11-19 00:44:00 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2012-11-19 00:44:00 -0500 |
commit | da66ca0fc0d099b381b0bee96eae9be378417e0e (patch) | |
tree | 0d478c61813b7ff079bf6d17705147b335b9d481 /ports/ChangeLog.hppa | |
parent | 886ce148c046f5ecc0b2c60f2c6858c0722d601f (diff) | |
download | glibc-da66ca0fc0d099b381b0bee96eae9be378417e0e.zip glibc-da66ca0fc0d099b381b0bee96eae9be378417e0e.tar.gz glibc-da66ca0fc0d099b381b0bee96eae9be378417e0e.tar.bz2 |
hppa: Fix fesetenv for FE_DFL_ENV.
Switching back to FE_DFL_ENV should reset the FPU to the state
as it was at the start of the program.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 4088793..3f7bd6e 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,5 +1,7 @@ 2012-11-18 Carlos O'Donell <carlos@systemhalted.org> + * sysdeps/hppa/fpu/fesetenv.c: Reset FPU to default for FE_DFL_ENV. + * sysdeps/hppa/get-rounding-mode.h: New file. * sysdeps/hppa/fpu/fegetround.c: Use get_rounding_mode. |