From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95414 invoked by alias); 24 Feb 2015 20:15:24 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 93353 invoked by uid 89); 24 Feb 2015 20:15:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: bes.se.axis.com Received: from bes.se.axis.com (HELO bes.se.axis.com) (195.60.68.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Feb 2015 20:15:17 +0000 Received: from localhost (localhost [127.0.0.1]) by bes.se.axis.com (Postfix) with ESMTP id D38E32E12A; Tue, 24 Feb 2015 21:15:14 +0100 (CET) Received: from bes.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bes.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id E7YW3MSbbObI; Tue, 24 Feb 2015 21:15:14 +0100 (CET) Received: from boulder.se.axis.com (boulder.se.axis.com [10.0.2.104]) by bes.se.axis.com (Postfix) with ESMTP id 360DB2E10E; Tue, 24 Feb 2015 21:15:14 +0100 (CET) Received: from boulder.se.axis.com (localhost [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id 1A79CFF6; Tue, 24 Feb 2015 21:15:14 +0100 (CET) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by boulder.se.axis.com (Postfix) with ESMTP id 0B0C1B0E; Tue, 24 Feb 2015 21:15:14 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 079043E237; Tue, 24 Feb 2015 21:15:14 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id t1OKFDBc001451; Tue, 24 Feb 2015 21:15:13 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id t1OKFDIx001447; Tue, 24 Feb 2015 21:15:13 +0100 Date: Tue, 24 Feb 2015 20:15:00 -0000 Message-Id: <201502242015.t1OKFDIx001447@ignucius.se.axis.com> From: Hans-Peter Nilsson To: nickc@redhat.com CC: gdb-patches@sourceware.org, binutils@sourceware.org In-reply-to: <87vbirb395.fsf@redhat.com> (message from Nick Clifton on Tue, 24 Feb 2015 18:58:30 +0100) Subject: Re: Commit: V850 SIM: Add support for e3v5 instructions MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2015-02/txt/msg00699.txt.bz2 > From: Nick Clifton > Date: Tue, 24 Feb 2015 18:58:30 +0100 > I am applying the attached patch to add support for e3v5 instructions to > the V850 simulator. > > Tested with a v850-elf toolchain. (Why then do I see this in my autotester? Could you please double-check?) Starting with one of the commits in the range 94d1502..9ad55e9 (all yours; I'm guessing 9ad55e9), a v850-unknown-elf build breaks on a x86_64-unknown-linux-gnu host: ... make[4]: Leaving directory `/tmp/hpautotest-sim/v850-unknown-elf/sim/igen' ../igen/igen \ \ -G gen-direct-access \ -G gen-zero-r0 \ -i /tmp/hpautotest-sim/src/sim/v850/v850.igen \ -o /tmp/hpautotest-sim/src/sim/v850/v850-dc \ -x \ -n icache.h -hc tmp-icache.h \ -n icache.c -c tmp-icache.c \ -n semantics.h -hs tmp-semantics.h \ -n semantics.c -s tmp-semantics.c \ -n idecode.h -hd tmp-idecode.h \ -n idecode.c -d tmp-idecode.c \ -n model.h -hm tmp-model.h \ -n model.c -m tmp-model.c \ -n support.h -hf tmp-support.h \ -n support.c -f tmp-support.c \ -n itable.h -ht tmp-itable.h \ -n itable.c -t tmp-itable.c \ -n engine.h -he tmp-engine.h \ -n engine.c -e tmp-engine.c \ -n irun.c -r tmp-irun.c -G gen-direct-access \ -G gen-zero-r0 \ -i /tmp/hpautotest-sim/src/sim/v850/v850.igen \ -o /tmp/hpautotest-sim/src/sim/v850/v850-dc \ -x \ /tmp/hpautotest-sim/src/sim/v850/v850.igen:4177: warning: v850e3v5.63.16.0: C.vadd.h was not uniquely decoded /tmp/hpautotest-sim/src/sim/v850/v850.igen:1538: warning: v850e3v5.63.16.0: IX.sasf decodes to the same entry make[3]: *** [tmp-igen] Error 1 make[3]: Leaving directory `/tmp/hpautotest-sim/v850-unknown-elf/sim/v850' brgds, H-P