about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul A. Clarke <pc@us.ibm.com>2019-06-05 08:50:37 -0500
committerPaul A. Clarke <pc@us.ibm.com>2019-06-05 19:38:10 -0500
commit0158473d8ff72d97e2163f66dcd8fb627fee4645 (patch)
tree383bcfb6e8066d5fedae49e152be965c305be1fc /ChangeLog
parente863dbf6b26bfddf7c1e5faa1cbf41a5a3ee1382 (diff)
downloadglibc-0158473d8ff72d97e2163f66dcd8fb627fee4645.tar.gz
glibc-0158473d8ff72d97e2163f66dcd8fb627fee4645.tar.xz
glibc-0158473d8ff72d97e2163f66dcd8fb627fee4645.zip
[powerpc] fegetexcept: utilize function instead of duplicating code
fegetexcept() included code which exactly duplicates the code in
fenv_reg_to_exceptions().  Replace with a call to that function.

2019-06-05  Paul A. Clarke  <pc@us.ibm.com>

	* sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Replace code
	with call to equivalent function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d15a68a3cd..82ae58017a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-05  Paul A. Clarke  <pc@us.ibm.com>
+
+	* sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Replace code
+	with call to equivalent function.
+
 2019-06-04  Florian Weimer  <fweimer@redhat.com>
 
 	* iconv/gconv_dl.c (release_handle): Remove file-level definition.