From 088c3af31463c952ed72d834e050d00d5b27ba78 Mon Sep 17 00:00:00 2001 From: Chris Zankel Date: Wed, 20 Feb 2008 17:56:59 +0000 Subject: xtensa: the size of the elf_gregset_t array is actually 128. Signed-off-by: Chris Zankel --- libc/sysdeps/linux/xtensa/sys/procfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/xtensa') 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. */ -- cgit v1.2.3