about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/makecontext.c
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #5436]Ulrich Drepper2008-04-091-9/+17
| | | | | | | | | | | | | | 2008-04-09 Ulrich Drepper <drepper@redhat.com> * stdlib/tst-makecontext.c: Change parameter to cf to negative value to check for correct sign extension. [BZ #5436] * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): Copy 64-bit parameter values even though this is not required in the standard. * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return PC save.
* Add space inf weak_alias use.Ulrich Drepper2005-05-261-1/+1
|
* * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.Ulrich Drepper2005-03-061-9/+11
| | | | | | | | | | | * sysdeps/generic/strchrnul.c: Add cast to avoid warning. * libio/iofwide.c: Add casts to avoid warnings. * stdio-common/printf-prs.c (parse_printf_format): Introduce new variable f to avoid warnings. * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext): Fix a few casts to avoid warnings. * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned to avoid warning.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-12/+10
|
* 2.5-18.1Jakub Jelinek2007-07-121-10/+12
|
* (__makecontext): Handle more than 6 args correctly. Based on a patch by ↵Andreas Jaeger2004-06-051-3/+3
| | | | Masahide Washizawa.
* (__makecontext): Correctly compute alignment.Andreas Jaeger2004-05-101-5/+3
|
* Linux/x86-64 makecontext implementation.Andreas Jaeger2002-08-311-0/+113