From bebff237c522e4e8e23204ca1e5104896389158e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 12 Aug 2010 09:19:19 -0700 Subject: PowerPC64 ABI fixes --- sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S b/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S index 2f5df38cf8..14d0c2bf10 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S @@ -39,7 +39,7 @@ ENTRY (__vfork) bnslr+ /* Check if vfork syscall is known at all. */ cmpdi r3,ENOSYS - bne JUMPTARGET(__syscall_error) + bne .Local_syscall_error # endif #endif -- cgit 1.4.1