Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb amd64's machine/reg now includes ...



details:   https://anonhg.NetBSD.org/src/rev/4e5b29ea1fb7
branches:  trunk
changeset: 783653:4e5b29ea1fb7
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Jan 02 18:44:46 2013 +0000

description:
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.

diffstat:

 external/gpl3/gdb/dist/gdb/amd64bsd-nat.c |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r c6360ab62202 -r 4e5b29ea1fb7 external/gpl3/gdb/dist/gdb/amd64bsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c Wed Jan 02 18:41:49 2013 +0000
+++ b/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c Wed Jan 02 18:44:46 2013 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index