* procfs.c (procfs_wait): handle syscall events first.

* procfs.c (GDB_GREGSET_TYPE, GDB_FPREGSET_TYPE): new macros.
        * config/sparc/xm-sun4sol2.h: use them.
        * core-sol2.c: don't #undef gregset_t and fpregset_t.
        * sol-thread.c: ditto.
        * sparc-tdep.c: ditto.
This commit is contained in:
Felix Lee
1998-11-24 14:51:13 +00:00
parent afcad54a90
commit 15af627cc0
7 changed files with 1466 additions and 67 deletions

View File

@ -26,9 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
and sparc-nat.c to be able to read both flavours. */
#include "defs.h"
#undef gregset_t
#undef fpregset_t
#include <time.h>
#include <sys/types.h>
#include <sys/regset.h>