This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix ARI hit in gregset.h


Thanks to Andrew for pointing out my goof.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-05-08  Daniel Jacobowitz  <drow@mvista.com>

	* gregset.h: Say "GNU/Linux".

Index: gregset.h
===================================================================
RCS file: /cvs/src/src/gdb/gregset.h,v
retrieving revision 1.6
diff -u -p -r1.6 gregset.h
--- gregset.h	24 Apr 2002 22:09:56 -0000	1.6
+++ gregset.h	8 May 2002 23:27:59 -0000
@@ -53,7 +53,7 @@ extern void fill_gregset (gdb_gregset_t 
 extern void fill_fpregset (gdb_fpregset_t *fpregs, int regno);
 
 #ifdef FILL_FPXREGSET
-/* Linux/i386: Copy register values between GDB's internal register cache
+/* GNU/Linux i386: Copy register values between GDB's internal register cache
    and the i386 extended floating point registers.  */
 
 #ifndef GDB_FPXREGSET_T


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