forked from Imagelibrary/binutils-gdb
* 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user