From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20189 invoked by alias); 8 Oct 2003 13:55:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20156 invoked from network); 8 Oct 2003 13:55:14 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 8 Oct 2003 13:55:14 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B823C2B8F; Wed, 8 Oct 2003 09:55:12 -0400 (EDT) Message-ID: <3F841740.1080900@redhat.com> Date: Wed, 08 Oct 2003 13:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Fix missing include "dis-asm.h" in m32r-tdep.c References: <00ae01c38d45$c37c7800$5169910a@KEI> <018e01c38d49$1dcb2f10$5169910a@KEI> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00206.txt.bz2 > Sorry. I forgot to attach the patch file. Thanks! Does the m32r now build with: --enable-gdb-warnings=,-Werror ? Andrew "Kei Sakamoto" > To: > 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 >> >> * m32r-tdep.c : Include "dis-asm.h". >> * Makefile.in (m32r-tdep.o): Update dependencies.