This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Fixup cgen path for gdb/mep-tdep.c [Re: [patch] create include/cgen]


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  <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.
--- 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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]