summaryrefslogtreecommitdiff
path: root/gdb/config/nm-linux.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-05-28 16:26:17 +0000
committerKevin Buettner <kevinb@redhat.com>2000-05-28 16:26:17 +0000
commit19788e4c633733a6ed65d162eb931ec580c06c23 (patch)
tree77669cdeed0a9e732f9b3b9248c9abd88ce83675 /gdb/config/nm-linux.h
parentbf6c959448e3470b740fc6f032faf4ee6c1ed43a (diff)
downloadgdb-19788e4c633733a6ed65d162eb931ec580c06c23.tar.gz
Fix GDB_GREGSET_T, GDB_FPREGSET_T typos.
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r--gdb/config/nm-linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h
index 376eb9386d6..40aed575c77 100644
--- a/gdb/config/nm-linux.h
+++ b/gdb/config/nm-linux.h
@@ -59,5 +59,5 @@ extern int linuxthreads_prepare_to_proceed (int step);
/* 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