Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH RFA] Fix for config/nm-linux.h typos
@ 2000-05-27 20:30 Kevin Buettner
  2000-05-28  8:56 ` Michael Snyder
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Buettner @ 2000-05-27 20:30 UTC (permalink / raw)
  To: gdb-patches

As the ChangeLog comment says, this patch merely fixes some typos which
cause build problems on IA-32 GNU/Linux.

Okay to checkin?

	* config/nm-linux.h (GDB_GREGSET_T, GDB_FPREGSET_T): Fix typos.

Index: config/nm-linux.h
===================================================================
RCS file: /cvs/src/src/gdb/config/nm-linux.h,v
retrieving revision 1.3
diff -u -p -r1.3 nm-linux.h
--- nm-linux.h	2000/05/28 01:12:33	1.3
+++ nm-linux.h	2000/05/28 03:24:42
@@ -59,5 +59,5 @@ extern int linuxthreads_prepare_to_proce
 /* Use elf_gregset_t and elf_fpregset_t, rather than
    gregset_t and fpregset_t.  */
 
-#define GDB_GREGSET_T  prgregset_t
-#define GDB_FPREGSET_T prfpregset_t
+#define GDB_GREGSET_T  elf_gregset_t
+#define GDB_FPREGSET_T elf_fpregset_t


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-05-28  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-27 20:30 [PATCH RFA] Fix for config/nm-linux.h typos Kevin Buettner
2000-05-28  8:56 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox