A missing instruction was discovered in the compat version of
swapcontext while running the GCC test suite.
+2016-05-03 Paul E. Murphy <murphyp@linux.vnet.ibm.com>
+ Segher Boessenkool <segher@gcc.gnu.org>
+
+ [BZ #20004]
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S:
+ (__novec_swapcontext): Add missing load.
+
2016-05-02 Joseph Myers <joseph@codesourcery.com>
[BZ #20023]
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)