Browse Source

Fix GDB_GREGSET_T, GDB_FPREGSET_T typos.

binutils-2_11-branch
Kevin Buettner 27 years ago
parent
commit
8f0b51af07
  1. 4
      gdb/ChangeLog
  2. 4
      gdb/config/nm-linux.h

4
gdb/ChangeLog

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

4
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

Loading…
Cancel
Save