[obv] Fixup cgen path for gdb/mep-tdep.c [Re: [patch] create include/cgen]
Jan Kratochvil <[email protected]> Sun, 25 Oct 2009 10:16:02 +0100
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <20091025091602.GA29870__14773.8508451313$1256462201$gmane$org@host0.dyn.jankratochvil.net> |
Hi Doug, checked in as obvious this fixup as a new checkout of GDB was now with --enable-targets=all failing to build: mep-tdep.c:49:32: error: opcode/cgen-bitset.h: No such file or directory Followed the update as seen at: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/cgen-bitset.c.diff?cvsroot=src&r1=1.2&r2=1.3 Regards, Jan http://sourceware.org/ml/gdb-cvs/2009-10/msg00180.html --- src/gdb/ChangeLog 2009/10/23 23:42:25 1.11001 +++ src/gdb/ChangeLog 2009/10/25 09:09:01 1.11002 @@ -1,3 +1,7 @@ +2009-10-25 Jan Kratochvil <[email protected]> + + * mep-tdep.c: Update include for the new location cgen/bitset.h. + 2009-10-23 Tom Tromey <[email protected]> * blockframe.c (_initialize_blockframe): Remove declaration. --- src/gdb/mep-tdep.c 2009/07/02 17:25:55 1.23 +++ src/gdb/mep-tdep.c 2009/10/25 09:09:02 1.24 @@ -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"