Module Name: src
Committed By: dsl
Date: Wed Jan 2 18:44:46 UTC 2013
Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c:1.2 src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c:1.3
--- src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c:1.2 Sat Oct 8 21:43:35 2011
+++ src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c Wed Jan 2 18:44:46 2013
@@ -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>