[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1684 - glibc-package/trunk/debian/patches/powerpc



Author: aurel32
Date: 2006-07-25 01:15:31 +0000 (Tue, 25 Jul 2006)
New Revision: 1684

Modified:
   glibc-package/trunk/debian/patches/powerpc/cvs-procfs.diff
Log:
Small adjust to the patch for 2.3.6



Modified: glibc-package/trunk/debian/patches/powerpc/cvs-procfs.diff
===================================================================
--- glibc-package/trunk/debian/patches/powerpc/cvs-procfs.diff	2006-07-25 01:12:56 UTC (rev 1683)
+++ glibc-package/trunk/debian/patches/powerpc/cvs-procfs.diff	2006-07-25 01:15:31 UTC (rev 1684)
@@ -11,11 +11,11 @@
 --- libc/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h	2006/01/13 07:58:57	1.13
 +++ libc/sysdeps/unix/sysv/linux/powerpc/sys/procfs.h	2006/04/04 06:58:58	1.14
 @@ -35,7 +35,7 @@
- /* These definitions are normally provided by ucontext.h via 
-    asm/sigcontext.h, asm/ptrace.h, and asm/elf.h.  Otherwise we define 
-    them here.  */ 
+ /* These definitions are normally provided by ucontext.h via
+    asm/sigcontext.h, asm/ptrace.h, and asm/elf.h.  Otherwise we define
+    them here.  */
 -#ifndef __PPC64_ELF_H
 +#if !defined __PPC64_ELF_H && !defined _ASM_POWERPC_ELF_H
  #define ELF_NGREG       48      /* includes nip, msr, lr, etc. */
  #define ELF_NFPREG      33      /* includes fpscr */
- #if __WORDSIZE == 32
+ #define ELF_NVRREG      33      /* includes vscr */



Reply to: