From 4a9b34fe010debca945da57e04c519b51140045d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 20 Jan 2003 18:53:07 +0000 Subject: Avoid non pc relative reference to __fork. --- linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ce4a492a40..0315e6e30b 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) -- cgit 1.4.1