From cbc06bc486635347ee0da51d04a82eedf51602d5 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Tue, 3 May 2016 10:45:51 -0500 Subject: powerpc: Add missing insn in swapcontext [BZ #20004] A missing instruction was discovered in the compat version of swapcontext while running the GCC test suite. --- sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S index a166dcc53f..a05a9ccc89 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S @@ -163,6 +163,7 @@ ENTRY(__novec_swapcontext) cmpdi r0,0 bne L(nv_do_sigret) + ld r8,.LC__dl_hwcap@toc(r2) # ifdef SHARED /* Load _rtld-global._dl_hwcap. */ ld r8,RTLD_GLOBAL_RO_DL_HWCAP_OFFSET(r8) -- cgit 1.4.1