From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by sourceware.org (Postfix) with ESMTP id 03F0A3858C30 for ; Thu, 2 Feb 2023 09:48:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 03F0A3858C30 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id 9553292009C; Thu, 2 Feb 2023 10:48:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 918D892009B; Thu, 2 Feb 2023 09:48:10 +0000 (GMT) Date: Thu, 2 Feb 2023 09:48:10 +0000 (GMT) From: "Maciej W. Rozycki" To: Andrew Burgess cc: binutils@sourceware.org Subject: Re: [PATCH 1/2] opcodes/mips: use .word/.short for undefined instructions In-Reply-To: <875ycltn9f.fsf@redhat.com> Message-ID: References: <87fscny5tr.fsf@redhat.com> <87a62hfoa5.fsf@redhat.com> <87o7qguzzx.fsf@redhat.com> <875ycltn9f.fsf@redhat.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3488.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_INFOUSMEBIZ,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 1 Feb 2023, Andrew Burgess wrote: > > I'd say it's OK, except that I put your change through my MIPS regression > > tester and that revealed failures from your new case for numerous > > targets, > > Can you let me know which targets I should configure for to expose these > failures, then I can ensure I've fully tested this before posting an > update. In this case those that I quoted as examples should do, e.g. `mips-elf' and `mipsisa32r6-elf'. If you have a way to automate testing and would prefer to use my full list of MIPS targets, then it is as follows: mips-elf mips-img-elf mips-mti-elf mips-sde-elf mips-freebsd mips-sgi-irix5 mips-sgi-irix6 mips-kfreebsd-gnu mips-linux mips-img-linux mips-mti-linux mips-netbsd mips-rtems mips-vxworks mips-windiss mips64-freebsd mips64-kfreebsd-gnu mips64-linux mips64-img-linux mips64-mti-linux mips64-openbsd mips64el-ps2-elf mips64el-freebsd mips64el-kfreebsd-gnu mips64el-linux mips64el-img-linux mips64el-mti-linux mips64el-openbsd mips64vr-elf mips64vr4300-elf mips64vr4300el-elf mips64vrel-elf mipsel-elf mipsel-img-elf mipsel-mti-elf mipsel-ps2-elf mipsel-sde-elf mipsel-freebsd mipsel-kfreebsd-gnu mipsel-linux mipsel-img-linux mipsel-mti-linux mipsel-netbsd mipsel-vxworks mipsisa32-elf mipsisa32-linux mipsisa32el-elf mipsisa32el-linux mipsisa32r2-elf mipsisa32r2-linux mipsisa32r2el-elf mipsisa32r2el-linux mipsisa32r3-elf mipsisa32r3-linux mipsisa32r3el-elf mipsisa32r3el-linux mipsisa32r5-elf mipsisa32r5-linux mipsisa32r5el-elf mipsisa32r5el-linux mipsisa32r6-elf mipsisa32r6-linux mipsisa32r6el-elf mipsisa32r6el-linux mipsisa64-elf mipsisa64-linux mipsisa64el-elf mipsisa64el-linux mipsisa64r2-elf mipsisa64r2-linux mipsisa64r2el-elf mipsisa64r2el-linux mipsisa64r3-elf mipsisa64r3-linux mipsisa64r3el-elf mipsisa64r3el-linux mipsisa64r5-elf mipsisa64r5-linux mipsisa64r5el-elf mipsisa64r5el-linux mipsisa64r6-elf mipsisa64r6-linux mipsisa64r6el-elf mipsisa64r6el-linux mipsr5900el-elf mipsr5900el-linux tx39-elf It shouldn't take too long on a reasonably modern machine (it takes less than 0.5h on my development system to build and test all these). Maciej