Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Kei Sakamoto" <sakamoto.kei@renesas.com>
To: <gdb-patches@sources.redhat.com>
Subject: Re: [commit] Fix missing include "dis-asm.h" in m32r-tdep.c
Date: Wed, 08 Oct 2003 03:06:00 -0000	[thread overview]
Message-ID: <018e01c38d49$1dcb2f10$5169910a@KEI> (raw)
In-Reply-To: <00ae01c38d45$c37c7800$5169910a@KEI>

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

Sorry. I forgot to attach the patch file.

Kei

From: "Kei Sakamoto" <sakamoto.kei@renesas.com>
To: <gdb-patches@sources.redhat.com>
Sent: Wednesday, October 08, 2003 11:42 AM
Subject: [commit] Fix missing include "dis-asm.h" in m32r-tdep.c


> Hello,
> 
> On Tuesday, October 07, 2003 5:39 AM, Andrew Cagney wrote:
> > This updates the status of various architectures.  In the case of the 
> > m32r, I couldn't get it to build :-(
> 
> It is because m32r-tdep.c does not include "dis-asm.h".
> I've committed this as obvious.
> 
> Kei
> 
> ===
> 
> 2003-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
> 
> * m32r-tdep.c : Include "dis-asm.h".
> * Makefile.in (m32r-tdep.o): Update dependencies.
> 
> 

[-- Attachment #2: diffs --]
[-- Type: application/octet-stream, Size: 1202 bytes --]

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.453
diff -u -r1.453 Makefile.in
--- Makefile.in	6 Oct 2003 22:41:17 -0000	1.453
+++ Makefile.in	8 Oct 2003 02:31:48 -0000
@@ -1965,7 +1965,7 @@
 	$(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \
 	$(gdb_string_h) $(value_h) $(inferior_h) $(symfile_h) $(objfiles_h) \
 	$(language_h) $(arch_utils_h) $(regcache_h) $(trad_frame_h) \
-	$(gdb_assert_h)
+	$(gdb_assert_h) $(dis_asm_h)
 m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
 	$(frame_base_h) $(dwarf2_frame_h) $(trad_frame_h) $(symtab_h) \
 	$(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \
Index: m32r-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/m32r-tdep.c,v
retrieving revision 1.18
diff -u -r1.18 m32r-tdep.c
--- m32r-tdep.c	12 Sep 2003 18:40:17 -0000	1.18
+++ m32r-tdep.c	8 Oct 2003 02:31:48 -0000
@@ -37,6 +37,7 @@
 #include "arch-utils.h"
 #include "regcache.h"
 #include "trad-frame.h"
+#include "dis-asm.h"
 
 #include "gdb_assert.h"
 

  reply	other threads:[~2003-10-08  3:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-08  2:42 Kei Sakamoto
2003-10-08  3:06 ` Kei Sakamoto [this message]
2003-10-08 13:55   ` Andrew Cagney
2003-10-09  0:52     ` Kei Sakamoto
2003-10-10  1:58       ` [commit] Mark m32r as buildable; Was: " Andrew Cagney

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='018e01c38d49$1dcb2f10$5169910a@KEI' \
    --to=sakamoto.kei@renesas.com \
    --cc=gdb-patches@sources.redhat.com \
    /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