diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-08-24 19:18:16 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-08-24 19:18:16 +0000 |
commit | 895ef79e04a953cac1493863bcae29ad85657ee1 (patch) | |
tree | 0411bbf8de2cc223a554481326a8df2a3d9baec6 /ChangeLog | |
parent | ca3aac57efa89fc62813c86955a6b0f8dce8b3e7 (diff) | |
download | glibc-895ef79e04a953cac1493863bcae29ad85657ee1.zip glibc-895ef79e04a953cac1493863bcae29ad85657ee1.tar.gz glibc-895ef79e04a953cac1493863bcae29ad85657ee1.tar.bz2 |
Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.
Continuing moving macros out of math-tests.h to smaller headers
following typo-proof conventions instead of using #ifndef, this patch
moves the EXCEPTION_ENABLE_SUPPORTED macro out to its own
math-tests-trap.h header.
Tested with build-many-glibcs.py.
* sysdeps/generic/math-tests-trap.h: New file.
* sysdeps/generic/math-tests.h: Include <math-tests-trap.h>.
(EXCEPTION_ENABLE_SUPPORTED): Do not define here.
* sysdeps/aarch64/math-tests.h: Remove file.
* sysdeps/arm/math-tests.h: Likewise.
* sysdeps/riscv/math-tests.h: Likewise.
* sysdeps/aarch64/math-tests-trap.h: New file.
* sysdeps/arm/math-tests-trap.h: Likewise.
* sysdeps/riscv/math-tests-trap.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2018-08-24 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/generic/math-tests-trap.h: New file. + * sysdeps/generic/math-tests.h: Include <math-tests-trap.h>. + (EXCEPTION_ENABLE_SUPPORTED): Do not define here. + * sysdeps/aarch64/math-tests.h: Remove file. + * sysdeps/arm/math-tests.h: Likewise. + * sysdeps/riscv/math-tests.h: Likewise. + * sysdeps/aarch64/math-tests-trap.h: New file. + * sysdeps/arm/math-tests-trap.h: Likewise. + * sysdeps/riscv/math-tests-trap.h: Likewise. + 2018-08-24 Wilco Dijkstra <wdijkstr@arm.com> * math/Makefile: Remove empty files k_sin(f).c, k_cos(f).c. |