From: Ulrich Drepper Date: Mon, 20 Jan 2003 18:53:07 +0000 (+0000) Subject: Avoid non pc relative reference to __fork. X-Git-Tag: cvs/glibc-2_3_2~259 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a9b34fe010debca945da57e04c519b51140045d;p=thirdparty%2Fglibc.git Avoid non pc relative reference to __fork. --- diff --git a/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S index ce4a492a40e..0315e6e30b4 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S @@ -43,10 +43,10 @@ ENTRY (__vfork) 0: basr %r1,0 1: - l %r1,2f-1b(%r1) + al %r1,2f-1b(%r1) br %r1 2: - .long HIDDEN_JUMPTARGET(__fork) + .long HIDDEN_JUMPTARGET(__fork)-1b PSEUDO_END(__vfork) libc_hidden_def (__vfork)