From: Bruno Haible Date: Sun, 5 Nov 2023 11:56:24 +0000 (+0100) Subject: fenv-exceptions-trapping: Update documentation. X-Git-Tag: v1.0~649 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=581e10cfd2a72939b4000f0d0c62ac5d0c1ab3d0;p=gnulib.git fenv-exceptions-trapping: Update documentation. * doc/glibc-functions/feenableexcept.texi: Document the Linux/hppa problem. --- diff --git a/ChangeLog b/ChangeLog index 766cbfb5f9..509d3b8bc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-11-05 Bruno Haible + + fenv-exceptions-trapping: Update documentation. + * doc/glibc-functions/feenableexcept.texi: Document the Linux/hppa + problem. + 2023-11-05 Bruno Haible fenv-exceptions-trapping: Avoid test failure on older systems. diff --git a/doc/glibc-functions/feenableexcept.texi b/doc/glibc-functions/feenableexcept.texi index a858b4d6c6..0c98c5c844 100644 --- a/doc/glibc-functions/feenableexcept.texi +++ b/doc/glibc-functions/feenableexcept.texi @@ -34,5 +34,5 @@ Portability problems not fixed by Gnulib: @item The resulting signal is @code{SIGILL} instead of @code{SIGFPE} on some platforms: -macOS 12.5/arm64. +Linux/hppa, macOS 12.5/arm64. @end itemize