This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A linux patch for a typo


Hi,

Here is a patch for typo in linux 2.1.10.3. My upcoming gdb FPU support
patch needs it.

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
---
Index: include/asm-i386/ptrace.h
===================================================================
RCS file: /home/work/cvs/linux/linux/include/asm-i386/ptrace.h,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 ptrace.h
--- ptrace.h	1998/01/09 17:57:06	1.1.1.2
+++ ptrace.h	1998/05/23 00:38:42
@@ -33,6 +33,8 @@ struct pt_regs {
 	long eax;
 	int  xds;
 	int  xes;
+	int  xfs;
+	int  xgs;
 	long orig_eax;
 	long eip;
 	int  xcs;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]