]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 4 Apr 2001 17:39:59 +0000 (17:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 4 Apr 2001 17:39:59 +0000 (17:39 +0000)
commit816fc1ed2eb2ddc50ac28fc4aeeaa07c93d54f06
tree1850092fe1effedde63a1a491e47f5b103acd6a6
parentce64ae6baa81db289bcc2f0ab68f530fca45425c
Update.

2001-04-04  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/s390/s390-64/Dist: Add ucontext_i.h.
* sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.

2001-04-04  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: New file.
* sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: New file.
* sysdeps/unix/sysv/linux/s390/swapcontext.c: New file.

* sunrpc/rpc_scan.c (symbols): Add entry for HYPER.
* sunrpc/rpc_scan.h (enum tok_kind): Add TOK_HYPER.
* sunrpc/rpc_parse.c (get_type): Handle TOK_HYPER.
(unsigned_dec): Likewise.
Patch by atai@jezebel.dreamhost.com.
14 files changed:
ChangeLog
sunrpc/rpc_parse.c
sunrpc/rpc_scan.h
sysdeps/unix/sysv/linux/s390/s390-32/Dist
sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-64/Dist
sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/swapcontext.c [new file with mode: 0644]