From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10191 invoked by alias); 8 Oct 2003 02:42:23 -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 10172 invoked from network); 8 Oct 2003 02:42:17 -0000 Received: from unknown (HELO mail04.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 8 Oct 2003 02:42:17 -0000 Received: from mail04.idc.renesas.com ([127.0.0.1]) by mail04.idc.renesas.com with ESMTP id h982gFc4015047 for ; Wed, 8 Oct 2003 11:42:15 +0900 (JST) Received: from guardian01.idc.renesas.com ([172.20.8.132]) by mail04.idc.renesas.com with ESMTP id h982gErd015044 for ; Wed, 8 Oct 2003 11:42:14 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id h982gDSB023234 for gdb-patches@sources.redhat.com; Wed, 8 Oct 2003 11:42:13 +0900 (JST) Received: from unknown [172.20.8.71] by guardian01.idc.renesas.com with SMTP id MAA23233 ; Wed, 8 Oct 2003 11:42:12 +0900 Received: from mta04.idc.renesas.com ([127.0.0.1]) by mta04.idc.renesas.com with ESMTP id h982gDYt016057 for ; Wed, 8 Oct 2003 11:42:13 +0900 (JST) Received: from rnsmtp01.hoku_r.renesas.com ([10.145.246.51]) by mta04.idc.renesas.com with ESMTP id h982gDH4016054 for ; Wed, 8 Oct 2003 11:42:13 +0900 (JST) Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id LAA04982 for ; Wed, 8 Oct 2003 11:42:13 +0900 (JST) Received: from KEI (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 9CD05798501 for ; Wed, 8 Oct 2003 11:42:12 +0900 (JST) Message-ID: <00ae01c38d45$c37c7800$5169910a@KEI> From: "Kei Sakamoto" To: Subject: [commit] Fix missing include "dis-asm.h" in m32r-tdep.c Date: Wed, 08 Oct 2003 02:42:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-10/txt/msg00196.txt.bz2 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.