svn commit: trunk/uClibc/libc/sysdeps/linux/xtensa/sys

czankel at uclibc.org czankel at uclibc.org
Wed Feb 20 17:57:00 UTC 2008


Author: czankel
Date: 2008-02-20 09:56:59 -0800 (Wed, 20 Feb 2008)
New Revision: 21075

Log:
xtensa: the size of the elf_gregset_t array is actually 128.

Signed-off-by: Chris Zankel <chris at zankel.net>


Modified:
   trunk/uClibc/libc/sysdeps/linux/xtensa/sys/procfs.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/xtensa/sys/procfs.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/xtensa/sys/procfs.h	2008-02-20 16:38:54 UTC (rev 21074)
+++ trunk/uClibc/libc/sysdeps/linux/xtensa/sys/procfs.h	2008-02-20 17:56:59 UTC (rev 21075)
@@ -38,7 +38,7 @@
 /* Type for a general-purpose register.  */
 typedef unsigned long elf_greg_t;
 
-#define ELF_NGREG 32
+#define ELF_NGREG 128
 typedef elf_greg_t elf_gregset_t[ELF_NGREG];
 
 /* Register set for the floating-point registers.  */




More information about the uClibc-cvs mailing list