diff options
author | Paul A. Clarke <pc@us.ibm.com> | 2019-10-03 14:09:54 -0500 |
---|---|---|
committer | Paul A. Clarke <pc@us.ibm.com> | 2019-10-03 14:09:54 -0500 |
commit | 021197483e8fa9999644c96d7dd7b5c3cc95867a (patch) | |
tree | 91b2b3747f4d83571bec3c2e2a5ccf9b493b6c25 | |
parent | 2334a78a4982f8d594e8da8f29d9e06ee5c15824 (diff) | |
download | glibc-021197483e8fa9999644c96d7dd7b5c3cc95867a.tar.gz glibc-021197483e8fa9999644c96d7dd7b5c3cc95867a.tar.xz glibc-021197483e8fa9999644c96d7dd7b5c3cc95867a.zip |
ChangeLog update from my last commit
I forgot to include the ChangeLog update with my last commit: 7b8481b330720d28c019a2e5994492a1923d5daa. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 601403aedd..4b0111095f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,16 @@ 2019-10-02 Ćukasz Majewski <lukma@denx.de> * include/time.h: Add #include <bits/types/struct_timeval.h> +2019-10-02 Paul A. Clarke <pc@us.ibm.com> + + * sysdeps/powerpc/fpu/fenv_private.h: + (__TEST_AND_BEGIN_NON_STOP): New. + (__TEST_AND_END_NON_STOP): New. + (libc_feholdexcept_setround_ppc): Use __TEST_AND_BEGIN_NON_STOP. + (__libc_femergeenv_ppc): Use __TEST_AND_BEGIN_NON_STOP and + __TEST_AND_END_NON_STOP. + (libc_feholdsetround_noex_ppc_ctx): Use __TEST_AND_END_NON_STOP. + 2019-10-02 Arjun Shankar <arjun@redhat.com> debugglibc.sh: Implement program arguments |