about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-09-07 17:47:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-09-07 17:47:11 +0000
commitf2227063111582d025778d61263a5662d075714c (patch)
tree15a38ce9d738cf0f3b568db95af9d34d87677222 /ChangeLog
parented29339bf95362bd540be94ea3c2b94f78d363ec (diff)
downloadglibc-f2227063111582d025778d61263a5662d075714c.tar.gz
glibc-f2227063111582d025778d61263a5662d075714c.tar.xz
glibc-f2227063111582d025778d61263a5662d075714c.zip
Add e500 version of fetestexceptflag.
When I added fetestexceptflag, I missed that e500 was another case
that needed its own version because saved exceptions were not directly
stored in a form that could be ANDed with exception bits (they were
stored with exceptions in SPE form, but the FE_* macros always use the
classic hard-float form).  This patch adds an e500 version with the
required call to __fexcepts_from_spe to convert from one form to the
other.

Tested for e500.

	* sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New
	file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea062d20c3..af5fe63d24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New
+	file.
+
 	* sysdeps/sparc/fpu/fegetmode.c: New file.
 	* sysdeps/sparc/fpu/fesetmode.c: Likewise.