amd64's machine/reg now includes fpu.h (to define 'struct fxsave64)
so no need to include signal.h here - which shouldn't result in the definitions in fpu.h being included anyway.
This commit is contained in:
parent
3a052f167f
commit
8a7a69a21d
3
external/gpl3/gdb/dist/gdb/amd64bsd-nat.c
vendored
3
external/gpl3/gdb/dist/gdb/amd64bsd-nat.c
vendored
@ -23,10 +23,7 @@
|
||||
#include "regcache.h"
|
||||
#include "target.h"
|
||||
|
||||
/* We include <signal.h> to make sure `struct fxsave64' is defined on
|
||||
NetBSD, since NetBSD's <machine/reg.h> needs it. */
|
||||
#include "gdb_assert.h"
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <machine/reg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user