]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdlib/tst-setcontext.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Mar 2001 21:07:22 +0000 (21:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Mar 2001 21:07:22 +0000 (21:07 +0000)
commitaeba9785a6e2e8dca120bb0b62b74ea1eda0a4a8
tree8438c4d6081766a1ede6c89328dfbcd389dbff82
parentb8a8413c6f7970bc4d5659791c3b3670cc037578
Update.

2001-03-16  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
Drop hack that was needed for 2.1.1 kernel headers.

* sysdeps/unix/sysv/linux/ia64/ucontext_i.h: New file.

* sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Rewrite to make it
overlay with kernel's "struct sigcontext".

* sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_headers): Add
sys/rse.h for "misc" subdir.
(sysdep_routines): Add __start_context for "stdlib" subdir.

* sysdeps/unix/sysv/linux/ia64/sys/rse.h: New file (based on
kernel file of the same name).

* stdlib/Makefile (tests): Add tst-setcontext.
* stdlib/tst-setcontext.c: New file (based on a sample program by
Uli Drepper).

* sysdeps/unix/sysv/linux/ia64/setcontext.S: New file.
* sysdeps/unix/sysv/linux/ia64/getcontext.S: New file.
* sysdeps/unix/sysv/linux/ia64/__start_context.S: New file.
* sysdeps/unix/sysv/linux/ia64/makecontext.c: New file.

* sysdeps/unix/sysv/linux/ia64/__longjmp.S (__longjmp): Use extr.u
instead of shift & and.
15 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/attr.c
stdlib/Makefile
stdlib/tst-setcontext.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/Makefile
sysdeps/unix/sysv/linux/ia64/__longjmp.S
sysdeps/unix/sysv/linux/ia64/__start_context.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
sysdeps/unix/sysv/linux/ia64/getcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/makecontext.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/setcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/sys/rse.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
sysdeps/unix/sysv/linux/ia64/ucontext_i.h [new file with mode: 0644]