diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-11-01 20:10:39 -0500 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2012-11-01 20:10:39 -0500 |
commit | d6cffd3ec0b21914424d7e6e6b4c688f3b8b3fcd (patch) | |
tree | a8b77f77b54a1dd6dcf9d145874897adc4d9bb47 /ChangeLog | |
parent | b3563932f85d60bb0d38b0a5f3b8f4abc133f890 (diff) | |
download | glibc-d6cffd3ec0b21914424d7e6e6b4c688f3b8b3fcd.tar.gz glibc-d6cffd3ec0b21914424d7e6e6b4c688f3b8b3fcd.tar.xz glibc-d6cffd3ec0b21914424d7e6e6b4c688f3b8b3fcd.zip |
PowerPC: Fix uc_link == NULL handling for makecontex.
If the function registered with makecontext returns with a NULL context link the process should exit with zero, not non-zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b2f40c367a..0600968d6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-01 Andreas Schwab <schwab@linux-m68k.org> + + * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the + function returns with a NULL context exit with zero. + 2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics. |