aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
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
commit8f0b51af07a05ae464dacea5f6e03a35ff0a7e83 (patch)
treea396da795136729269a3245baa5a75f5a3c1feb7 /gdb/config
parenta14ed312fd86dd2c862847230931451da2e49942 (diff)
downloadfsf-binutils-gdb-8f0b51af07a05ae464dacea5f6e03a35ff0a7e83.zip
fsf-binutils-gdb-8f0b51af07a05ae464dacea5f6e03a35ff0a7e83.tar.gz
fsf-binutils-gdb-8f0b51af07a05ae464dacea5f6e03a35ff0a7e83.tar.bz2
Fix GDB_GREGSET_T, GDB_FPREGSET_T typos.
Diffstat (limited to 'gdb/config')
-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 376eb93..40aed57 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