patch-2.1.44 linux/include/asm-mips/user.h
Next file: linux/include/asm-mips/vector.h
Previous file: linux/include/asm-mips/unistd.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Jun 26 12:33:40 1997
- Orig file:
v2.1.43/linux/include/asm-mips/user.h
- Orig date:
Wed Dec 13 02:39:47 1995
diff -u --recursive --new-file v2.1.43/linux/include/asm-mips/user.h linux/include/asm-mips/user.h
@@ -9,8 +9,8 @@
/*
* Core file format: The core file is written in such a way that gdb
* can understand it and provide useful information to the user (under
- * linux we use the `trad-core' bfd, NOT the osf-core). The file contents
- * are as follows:
+ * linux we use the `trad-core' bfd, NOT the irix-core). The file
+ * contents are as follows:
*
* upage: 1 page consisting of a user struct that tells gdb
* what is present in the file. Directly after this is a
@@ -30,7 +30,7 @@
* to write an integer number of pages.
*/
struct user {
- unsigned long regs[EF_SIZE/8+32]; /* integer and fp regs */
+ unsigned long regs[EF_SIZE/4+64]; /* integer and fp regs */
size_t u_tsize; /* text size (pages) */
size_t u_dsize; /* data size (pages) */
size_t u_ssize; /* stack size (pages) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov