mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
tile: exit with status zero on makecontext return with NULL uc_link
This commit is contained in:
parent
6df48a9b8b
commit
f110915184
@ -1,5 +1,8 @@
|
||||
2012-07-17 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/tile/setcontext.S: Ensure exit status is
|
||||
zero if uc_link is NULL.
|
||||
|
||||
* sysdeps/tile/libm-test-ulps: Account for new tests.
|
||||
|
||||
* data/c++-types-tilepro-linux-gnu.data: Move to ...
|
||||
|
@ -196,6 +196,9 @@ ENTRY (__startcontext)
|
||||
move r0, r30
|
||||
jal __setcontext
|
||||
}
|
||||
1: j HIDDEN_JUMPTARGET(exit)
|
||||
1: {
|
||||
movei r0, 0
|
||||
j HIDDEN_JUMPTARGET(exit)
|
||||
}
|
||||
END (__startcontext)
|
||||
.hidden __startcontext
|
||||
|
Loading…
Reference in New Issue
Block a user