about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-28 21:19:35 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-28 21:19:35 +0000
commitf2bfeadf7200d607606d53ef5e72d301aac1cf58 (patch)
treeb1499ddf047cf6e357864abb417383a4d768fb63 /sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
parent3dbfd8117c2d109b63e5bec1e4952aab40d19660 (diff)
downloadglibc-f2bfeadf7200d607606d53ef5e72d301aac1cf58.tar.gz
glibc-f2bfeadf7200d607606d53ef5e72d301aac1cf58.tar.xz
glibc-f2bfeadf7200d607606d53ef5e72d301aac1cf58.zip
Update.
2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
	"altivec" to enable VMX instructions.
	* sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
	* sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
	* sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
index bd6ced4e1a..9d4c9bc1f6 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
@@ -25,6 +25,7 @@
 #include <asm/ptrace.h>
 #include "ucontext_i.h"
 
+	.machine	"altivec"
 ENTRY(__swapcontext)
 	/* Save the current context */
 	stw	r3,_FRAME_PARM_SAVE1(r1)