aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-08-21 17:14:35 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2016-09-15 11:14:30 -0300
commit49ad334ab10671dabb40eda8beba887ef902f0f3 (patch)
tree2682a3e640507ea9d3089f6081e5290e25b76dcf /ChangeLog
parent91dd866ff1801b27e1db1e14a52eb89a213627e6 (diff)
downloadglibc-49ad334ab10671dabb40eda8beba887ef902f0f3.zip
glibc-49ad334ab10671dabb40eda8beba887ef902f0f3.tar.gz
glibc-49ad334ab10671dabb40eda8beba887ef902f0f3.tar.bz2
nptl: Remove sparc sem_wait
This patch removes the sparc32 sem_wait.c implementation since it is identical to default nptl one. The sparcv9 is no longer required with the removal. Checked with a sparcv9 build. * sysdeps/sparc/sparc32/sem_wait.c: Remove file. * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d3bc50..065adb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-09-15 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ * sysdeps/sparc/sparc32/sem_wait.c: Remove file.
+ * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Likewise.
+
[BZ #15765]
* nptl/Makefile (tests): Add tst-sem16.
* nptl/tst-sem16.c: New file.