This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/6816] Support for POWER7 VSX registers in *context routines


------- Additional Comments From sjmunroe at us dot ibm dot com  2008-08-05 17:53 -------
Might as well fix this comment typo while we are at it:

diff -urN libc28-cvs-20080709/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
libc28/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
--- libc28-cvs-20080709/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
2005-03-15 16:14:24.000000000 -0600
+++ libc28/sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h	2008-08-05
10:13:09.000000000 -0500
@@ -65,8 +72,8 @@
 /* For 64-bit kernels with Altivec support, a machine context is exactly 
  * a sigcontext.  For older kernel (without Altivec) the sigcontext matches 
  * the mcontext upto but not including the v_regs field.  For kernels that 
- * don't AT_HWCAP or return AT_HWCAP without PPC_FEATURE_HAS_ALTIVEC the 
- * v_regs field may not exit and should not be referenced.  The v_regd field
+ * don't have AT_HWCAP or return AT_HWCAP without PPC_FEATURE_HAS_ALTIVEC the 
+ * v_regs field may not exist and should not be referenced.  The v_regd field
  * can be refernced safely only after verifying that PPC_FEATURE_HAS_ALTIVEC
  * is set in AT_HWCAP.  */


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|2.9                         |---


http://sourceware.org/bugzilla/show_bug.cgi?id=6816

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]