public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Doug Evans <dje@sebabeach.org>
Cc: gdb-patches@sourceware.org, sid@sourceware.org, nickc@redhat.com,
	        binutils@sourceware.org
Subject: [obv] Fixup cgen path for gdb/mep-tdep.c  [Re: [patch] create  include/cgen]
Date: Sun, 25 Oct 2009 09:16:00 -0000	[thread overview]
Message-ID: <20091025091602.GA29870@host0.dyn.jankratochvil.net> (raw)
In-Reply-To: <20091020180850.F0B026E3D9@sebabeach.org>

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"

  reply	other threads:[~2009-10-25  9:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-20 18:09 [patch] create include/cgen Doug Evans
2009-10-25  9:16 ` Jan Kratochvil [this message]
2009-10-25 15:59   ` [obv] Fixup cgen path for gdb/mep-tdep.c [Re: [patch] create include/cgen] Doug Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091025091602.GA29870@host0.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=binutils@sourceware.org \
    --cc=dje@sebabeach.org \
    --cc=gdb-patches@sourceware.org \
    --cc=nickc@redhat.com \
    --cc=sid@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).