]> git.ipfire.org Git - thirdparty/glibc.git/commit
Call x86-64 __setcontext directly
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 2 Mar 2016 00:55:36 +0000 (16:55 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 2 Mar 2016 00:55:36 +0000 (16:55 -0800)
commit521266a819be5b33b224f2e8358175c30c79f1c2
tree261e3f62c03b721828d258d35b8217ffdff33ef7
parentdacc1a23d34994e2589fbecdd25aafa64db37ee8
Call x86-64 __setcontext directly

Since x86-64 __start_context calls the internal __setcontext:

5089: 00000000000417e0   145 FUNC    LOCAL  DEFAULT   13 __setcontext

it should call __setcontext directly.

* sysdeps/unix/sysv/linux/x86_64/__start_context.S
(__start_context): Call __setcontext directly.
ChangeLog
sysdeps/unix/sysv/linux/x86_64/__start_context.S