[xtensa-cvscommit] linux/include/asm-xtensa elf.h,1.3,1.4
Brought to you by:
zankel
|
From: <za...@us...> - 2003-01-31 04:37:22
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa
In directory sc8-pr-cvs1:/tmp/cvs-serv24901a/linux/include/asm-xtensa
Modified Files:
elf.h
Log Message:
Added syscall_nr to xtensa_gregset_t (and, thus, elf_gregset_t).
Added access to syscall_nr via ptrace (PTRACE_GETREGS/PTRACE_SETREGS).
Fixed arch/xtensa/Makefile:
When LIBGCC is defined, the host compiler is used instead of the
cross compiler.
Index: elf.h
===================================================================
RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/elf.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** elf.h 27 Jan 2003 18:24:42 -0000 1.3
--- elf.h 31 Jan 2003 04:37:19 -0000 1.4
***************
*** 53,56 ****
--- 53,57 ----
elf_greg_t lcount;
elf_greg_t sar;
+ elf_greg_t syscall_nr;
elf_greg_t ar[XCHAL_NUM_AREGS];
|