about summary refs log tree commit diff
path: root/ports/ChangeLog.mips
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-01-07 23:58:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-01-07 23:58:45 +0000
commit6e067a5128c08f9a34ff4f69db02546d75dfa15c (patch)
tree43aca03649c460e724d6aa86220557efa3f7f1c7 /ports/ChangeLog.mips
parent1f0f206719645b031a402e83ed66542f04c95233 (diff)
downloadglibc-6e067a5128c08f9a34ff4f69db02546d75dfa15c.tar.gz
glibc-6e067a5128c08f9a34ff4f69db02546d75dfa15c.tar.xz
glibc-6e067a5128c08f9a34ff4f69db02546d75dfa15c.zip
Use separate libc.abilist for MIPS o32 soft float.
Examining MIPS test results showed an ABI test failure that I must
have missed in 2.18 testing: hard-float and soft-float o32 no longer
have the same set of symbols (because of the __mips_fpu_getcw and
__mips_fpu_setcw functions, present for hard-float only, used by
fpu_control.h for hard-float MIPS16) and so need separate ABI test
baselines (they always were ABI-incompatible - the function-calling
interface is different - but previously had the same set of symbols
and versions so didn't need separate baselines).

Tested for hard-float and soft-float o32.

	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Move to
	....
	* sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist:
	... here.
	* sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist: New
	file.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r--ports/ChangeLog.mips9
1 files changed, 9 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index 3dda3a87b8..9b9992174a 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,12 @@
+2014-01-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Move to
+	....
+	* sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist:
+	... here.
+	* sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist: New
+	file.
+
 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/mips32/libm-test-ulps: Regenerated.