2000-07-17 matthew green <mrg@redhat.com>

* config/sparc/nm-nbsd.h (GDB_GREGSET_T, GDB_FPREGSET_T): Define.
This commit is contained in:
J.T. Conklin
2000-07-17 18:11:56 +00:00
parent 977e771a09
commit 67aa9423b0
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-07-17 matthew green <mrg@redhat.com>
* config/sparc/nm-nbsd.h (GDB_GREGSET_T, GDB_FPREGSET_T): Define.
Mon Jul 17 13:08:10 2000 Andrew Cagney <cagney@b1.cygnus.com>
* values.c (value_as_pointer): When VAL is an integer, explictly

View File

@@ -53,4 +53,7 @@
#define PTRACE_SETREGS PT_SETREGS
#define PTRACE_SETFPREGS PT_SETFPREGS
#define GDB_GREGSET_T struct reg
#define GDB_FPREGSET_T struct fpreg
#endif /* NM_NBSD_H */