diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-05 18:26:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-05 18:26:01 +0000 |
commit | 308bb2d557a6394bd260f549cde01d01c7da9b5c (patch) | |
tree | d07b045f41d38341ac8a67b4e72e21404cdcc56f /ChangeLog | |
parent | cdb9c32138fe80cc4767b5c597713cf773e12f0e (diff) | |
download | glibc-308bb2d557a6394bd260f549cde01d01c7da9b5c.tar glibc-308bb2d557a6394bd260f549cde01d01c7da9b5c.tar.gz glibc-308bb2d557a6394bd260f549cde01d01c7da9b5c.tar.bz2 glibc-308bb2d557a6394bd260f549cde01d01c7da9b5c.zip |
* sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
by a GOT relocation to make Scrt1.o position independent.
* sysdeps/s390/s390-64/elf/start.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
six system call parameters.
* sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-05-05 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation + by a GOT relocation to make Scrt1.o position independent. + * sysdeps/s390/s390-64/elf/start.S: Likewise. + + * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for + six system call parameters. + * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise. + 2006-05-05 Ulrich Drepper <drepper@redhat.com> * sunrpc/svcauth_des.c (cache_init): Use calloc instead of |