This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [commit] Fix missing include "dis-asm.h" in m32r-tdep.c
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: Kei Sakamoto <sakamoto dot kei at renesas dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Wed, 08 Oct 2003 09:55:12 -0400
- Subject: Re: [commit] Fix missing include "dis-asm.h" in m32r-tdep.c
- References: <00ae01c38d45$c37c7800$5169910a@KEI> <018e01c38d49$1dcb2f10$5169910a@KEI>
> Sorry. I forgot to attach the patch file.
Thanks! Does the m32r now build with:
--enable-gdb-warnings=,-Werror
?
Andrew
"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.