This is the mail archive of the gdb-patches@sourceware.cygnus.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]

[PATCH RFA] Fix for config/nm-linux.h typos


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


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