From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 4B9353858288 for ; Wed, 16 Aug 2023 03:51:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4B9353858288 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org References: <87a5utzj2z.fsf@tromey.com> User-agent: mu4e 1.10.6; emacs 30.0.50 From: Sam James To: Alan Modra Cc: Tom Tromey , aburgess@redhat.com, gdb-patches@sourceware.org Subject: Re: sim regen preparation Date: Wed, 16 Aug 2023 04:51:13 +0100 Organization: Gentoo In-reply-to: Message-ID: <87y1iby78s.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,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: Alan Modra via Gdb-patches writes: > On Mon, Aug 14, 2023 at 10:26:12AM -0600, Tom Tromey wrote: > [...] > > Note that people might have thought they were testing sim, but "make > check" in sim doesn't do much unless you set up site-sim-config.exp, > or have a lot of AS_FOR_TARGET_$arch, LD_FOR_TARGET_$arch and > CC_FOR_TARGET_$arch in your environment. Also, linker warnings render > many of the tests "UNTESTED". Only the latter is fixed, and of course > only for current warnings. This sounds like something we should probably dump into the wiki at some point.