diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-17 10:06:06 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-17 10:06:06 +0200 |
commit | 07cbfc23683827c1b92d0bc62b15a77a48b09a17 (patch) | |
tree | 76e56a778029c43bad4f06d3dbd19846ca596739 /ChangeLog | |
parent | f7db31703ab2e11b162d4e0e3b4af0c1c971b6cd (diff) | |
download | glibc-07cbfc23683827c1b92d0bc62b15a77a48b09a17.tar.gz glibc-07cbfc23683827c1b92d0bc62b15a77a48b09a17.tar.xz glibc-07cbfc23683827c1b92d0bc62b15a77a48b09a17.zip |
SH: makecontext: exit (0) if uc_link is the null pointer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9c2930fe4f..751b596361 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-07-17 Thomas Schwinge <thomas@codesourcery.com> + * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve + zero value for regular exit case. + * sysdeps/unix/sysv/linux/x86_64/__start_context.S (__start_context): Preserve zero value for regular exit case. |