summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 46196b8988d..6f8b607fe5b 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 3d2b6663fbd..e5065c20c8b 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"