aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-10-25 09:09:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-10-25 09:09:02 +0000
commit342b5fef2a66389fd88bdf72ad1a722d2c59517a (patch)
tree7e50630a570974a5940a0e7b83964f19d58af550
parent2babba4317657f9eae14e3ee84ce40a0ae3cafa0 (diff)
downloadgdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.zip
gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.tar.gz
gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.tar.bz2
gdb/
* mep-tdep.c: Update include for the new location cgen/bitset.h.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/mep-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 46196b8..6f8b607 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * mep-tdep.c: Update include for the new location cgen/bitset.h.
+
2009-10-23 Tom Tromey <tromey@redhat.com>
* blockframe.c (_initialize_blockframe): Remove declaration.
diff --git a/gdb/mep-tdep.c b/gdb/mep-tdep.c
index 3d2b666..e5065c2 100644
--- a/gdb/mep-tdep.c
+++ b/gdb/mep-tdep.c
@@ -46,7 +46,7 @@
#include "elf-bfd.h"
#include "elf/mep.h"
#include "prologue-value.h"
-#include "opcode/cgen-bitset.h"
+#include "cgen/bitset.h"
#include "infcall.h"
#include "gdb_assert.h"