This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[commit] Fix missing include "dis-asm.h" in m32r-tdep.c
- From: "Kei Sakamoto" <sakamoto dot kei at renesas dot com>
- To: <gdb-patches at sources dot redhat dot com>
- Date: Wed, 8 Oct 2003 11:42:06 +0900
- 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.