diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-20 18:59:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-20 18:59:08 +0000 |
commit | d5b6c8179917acad6e8b46110179298b47dcaf5c (patch) | |
tree | 81e3f3da880e9bcd16c129cca50bedb2b6ab78d2 /linuxthreads | |
parent | 4a9b34fe010debca945da57e04c519b51140045d (diff) | |
download | glibc-d5b6c8179917acad6e8b46110179298b47dcaf5c.tar glibc-d5b6c8179917acad6e8b46110179298b47dcaf5c.tar.gz glibc-d5b6c8179917acad6e8b46110179298b47dcaf5c.tar.bz2 glibc-d5b6c8179917acad6e8b46110179298b47dcaf5c.zip |
Update.
2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL):
Fix inline assembler constraints.
* sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL):
Likewise.
* sysdeps/s390/s390-64/Makefile (pic-ccflag): Use -fpic instead of
-fPIC.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 7b1fd74282..f388b242c6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Avoid non pc relative + reference to __fork. + 2003-01-17 Richard Henderson <rth@redhat.com> * sysdeps/alpha/tls.h (tcbhead_t): Clarify second member. |