Add unlimited argument support to makecontext()
authorCarlos O'Donell <carlos@systemhalted.org>
Tue, 2 Feb 2010 21:36:48 +0000 (16:36 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 17 Feb 2010 14:27:40 +0000 (09:27 -0500)
commit40215fde031482b484d993a91b9e64c6081c96eb
tree49106df2cbf5fbe044fabe259df89a74282dafe7
parentee0c4dd1ccc424d57d97dc078a4aba0c70eeb8a4
Add unlimited argument support to makecontext()

The initial implementation of makecontext()
supported only 8 arguments. This change adds
support for unlimited argument processing given
a large enough stack.
ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/makecontext.c