This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH] Oopsie; fix AMD64
- From: Mark Kettenis <kettenis at chello dot nl>
- To: gdb-patches at sources dot redhat dot com
- Date: Mon, 6 Oct 2003 00:03:40 +0200 (CEST)
- Subject: [PATCH] Oopsie; fix AMD64
I made myself believe that I actually tested my previous patch on
AMD64; it didn't even compile :-(.
Does now thought,
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c: Include "regset.h".
Index: x86-64-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-tdep.c,v
retrieving revision 1.96
diff -u -p -r1.96 x86-64-tdep.c
--- x86-64-tdep.c 5 Oct 2003 21:31:33 -0000 1.96
+++ x86-64-tdep.c 5 Oct 2003 21:59:10 -0000
@@ -32,6 +32,7 @@
#include "gdbcore.h"
#include "objfiles.h"
#include "regcache.h"
+#include "regset.h"
#include "symfile.h"
#include "gdb_assert.h"