Fix GDB_GREGSET_T, GDB_FPREGSET_T typos.

This commit is contained in:
Kevin Buettner 2000-05-28 16:26:17 +00:00
parent a14ed312fd
commit 8f0b51af07
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-05-28 Kevin Buettner <kevinb@redhat.com>
* config/nm-linux.h (GDB_GREGSET_T, GDB_FPREGSET_T): Fix typos.
2000-05-27 Kevin Buettner <kevinb@redhat.com>
* abug-rom.c, alpha-nat.c, alpha-tdep.c, annotate.c,

View File

@ -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