From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32748 invoked by alias); 7 Dec 2003 02:53:03 -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 32734 invoked from network); 7 Dec 2003 02:53:01 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 7 Dec 2003 02:53:01 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0BD272B8F; Sat, 6 Dec 2003 21:53:01 -0500 (EST) Message-ID: <3FD2960C.1000100@gnu.org> Date: Sun, 07 Dec 2003 02:53: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: Kazuhiro Inaoka Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Add new model m32r2 of Renesas M32R. References: <003901c3b8c4$b3599840$2569910a@tool.maec.co.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-12/txt/msg00243.txt.bz2 > ChangeLog/sim/m32r > > 2003-12-02 Kazuhiro Inaoka > > * Makefile.in : Add new machine m32r2. > * m32r2.c : New file for m32r2. > * mloop2.in : Ditto > * model2.c : Ditto > * sem2-switch.c : Ditto > * m32r-sim.h : Add EVB register. > * sim-if.h : Ditto > * sim-main.h : Ditto > * traps.c : Ditto Two questions? - did I miss the file model2.c? - does it build for you? For --target=m32r-elf I see: /home/scratch/GDB/src/sim/m32r/sim-main.h:64: parse error before `M32R2F_CPU_DATA' /home/scratch/GDB/src/sim/m32r/sim-main.h:64: warning: no semicolon at end of struct or union In file included from /home/scratch/GDB/src/sim/m32r/m32r2.c:25: /home/scratch/GDB/src/sim/m32r/../common/cgen-mem.h: In function `GETMEMQI': /home/scratch/GDB/src/sim/m32r/../common/cgen-mem.h:50: dereferencing pointer to incomplete type Andrew