From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17127 invoked by alias); 1 Dec 2004 15:26:50 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17004 invoked from network); 1 Dec 2004 15:26:27 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Dec 2004 15:26:27 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iB1FQRmh027833 for ; Wed, 1 Dec 2004 10:26:27 -0500 Received: from localhost.redhat.com (vpn50-101.rdu.redhat.com [172.16.50.101]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB1FQRr07438; Wed, 1 Dec 2004 10:26:27 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AE963129D8C; Wed, 1 Dec 2004 10:25:25 -0500 (EST) Message-ID: <41ADE263.8090500@gnu.org> Date: Wed, 01 Dec 2004 15:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Hans-Peter Nilsson Cc: gdb@sources.redhat.com Subject: Re: sim: Handle and pass new required option -OPC for CGEN "desc". References: <200412010232.iB12WxYs004832@ignucius.se.axis.com> In-Reply-To: <200412010232.iB12WxYs004832@ignucius.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00004.txt.bz2 Hans-Peter Nilsson wrote: > Most CGEN-based simulators use the -desc.h file from > opcodes (and by most, I mean two out of the total three), see > sim/m32r/Makefile.in and sim/frv/Makefile.in. When the CGEN > option "-OPC" was introduced for generating that file, the CGEN > caller in opcodes was updated, but the one in sim wasn't. So > i960 broke. To repeat, build sim --target=i960-elf > --enable-cgen-maint or go to build/sim/i960 and make > "stamp-desc" (may need to "rm stamp-desc" or "touch > cgen/cpu/i960.cpu"). You'll see: I've now removed the i960; you were saying ;-) Andrew PS: Yes, sim specific testsuites are important.