1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix ChangeLog entry

This commit is contained in:
Adhemerval Zanella
2015-06-01 19:24:25 -03:00
parent b1a2beef90
commit 44c9249978

View File

@@ -1,11 +1,11 @@
2015-03-11 Martin Sebor <msebor@redhat.com>
2015-06-01 Martin Sebor <msebor@redhat.com>
[BZ #18116]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
(__setcontext): Use extended four-operand version of mtsf whenever
* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
(__setcontext): Use extended four-operand version of mtsf whenever
possible.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
(__novec_swapcontext): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
(__novec_swapcontext): Likewise.
2015-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>