summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/xtensa
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2008-02-20 17:56:59 +0000
committerChris Zankel <chris@zankel.net>2008-02-20 17:56:59 +0000
commit088c3af31463c952ed72d834e050d00d5b27ba78 (patch)
treeca02fbbcf86c66f9df85781fdefb884c53cfe522 /libc/sysdeps/linux/xtensa
parent1da9c2604f4879a1b35d9a5512cd808418d8488a (diff)
xtensa: the size of the elf_gregset_t array is actually 128.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'libc/sysdeps/linux/xtensa')
-rw-r--r--libc/sysdeps/linux/xtensa/sys/procfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/xtensa/sys/procfs.h b/libc/sysdeps/linux/xtensa/sys/procfs.h
index 785c400c8..f6f8752bc 100644
--- a/libc/sysdeps/linux/xtensa/sys/procfs.h
+++ b/libc/sysdeps/linux/xtensa/sys/procfs.h
@@ -38,7 +38,7 @@ __BEGIN_DECLS
/* 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. */