diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-10-25 09:09:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-10-25 09:09:02 +0000 |
commit | 342b5fef2a66389fd88bdf72ad1a722d2c59517a (patch) | |
tree | 7e50630a570974a5940a0e7b83964f19d58af550 /gdb | |
parent | 2babba4317657f9eae14e3ee84ce40a0ae3cafa0 (diff) | |
download | gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.zip gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.tar.gz gdb-342b5fef2a66389fd88bdf72ad1a722d2c59517a.tar.bz2 |
gdb/
* mep-tdep.c: Update include for the new location cgen/bitset.h.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/mep-tdep.c | 2 |
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" |