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

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