diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-05-02 17:44:00 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2016-05-02 17:44:00 -0300 |
commit | 230528c467ee5ae7b55d41530bbb10fd94da948f (patch) | |
tree | 9398b53bd3c8bd8e4a771bd71f81639a21ab7d6d /ChangeLog | |
parent | 8a03ccbb77f52ec4b55062eeedddb8daec1a33e4 (diff) | |
download | glibc-230528c467ee5ae7b55d41530bbb10fd94da948f.tar glibc-230528c467ee5ae7b55d41530bbb10fd94da948f.tar.gz glibc-230528c467ee5ae7b55d41530bbb10fd94da948f.tar.bz2 glibc-230528c467ee5ae7b55d41530bbb10fd94da948f.zip |
powerpc: Fix clone CLONE_VM compare
This patch fixes the clone CLONE_VM change from 0cb313f (BZ#19957)
where the commit changed the register that contains the save flags
argument to compare with (from r28 to r29). This patch changes
back to correct register.
Tested on powerpc32 (thanks to Tulio Magno Quites Machado Filho).
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone): Fix
flags CLONE_VM compare.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-05-02 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone): Fix + flags CLONE_VM compare. + 2016-05-02 Florian Weimer <fweimer@redhat.com> [BZ #20031] |