From: Jan Kratochvil Date: Sun, 25 Oct 2009 09:09:02 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=342b5fef2a66389fd88bdf72ad1a722d2c59517a;p=binutils-gdb.git gdb/ * mep-tdep.c: Update include for the new location cgen/bitset.h. --- 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 + + * mep-tdep.c: Update include for the new location cgen/bitset.h. + 2009-10-23 Tom Tromey * 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"