From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id z298AtmbamK9HQMAWB0awg (envelope-from ) for ; Thu, 28 Apr 2022 09:51:21 -0400 Received: by simark.ca (Postfix, from userid 112) id EB4FA1E058; Thu, 28 Apr 2022 09:51:20 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=DLqKJQfg; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 831221E00D for ; Thu, 28 Apr 2022 09:51:20 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 741D13856DE9 for ; Thu, 28 Apr 2022 13:51:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 741D13856DE9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1651153879; bh=aNBqgn6C2FkG5sTPFYSWMP+40AKDTboaiARrQGw9WWs=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=DLqKJQfgw1ZrDQZ0hR7/SpLXQYVuPIOrg+fihbZZPhfOxrFFQCODkH69KlVbgrUnz s6jLoteZXkquLOJ3n8dK/HqbANR/YQEyq7i1D1OJ6mQOe5+ZeU3Z9kDRFdXEF4DF1b 1ojFAYQkmDI3WP0qv9Uv2exkqpPi3xV4nk1NWwJc= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 9DAE53856246 for ; Thu, 28 Apr 2022 13:50:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9DAE53856246 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-2-_iThFmWaMOeUy5UFgR3u5w-1; Thu, 28 Apr 2022 09:50:24 -0400 X-MC-Unique: _iThFmWaMOeUy5UFgR3u5w-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8C283185A7A4; Thu, 28 Apr 2022 13:50:23 +0000 (UTC) Received: from redhat.com (unknown [10.2.16.77]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 70739C15D58; Thu, 28 Apr 2022 13:50:23 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1nk4XG-00009X-Dx; Thu, 28 Apr 2022 09:50:22 -0400 Date: Thu, 28 Apr 2022 09:50:22 -0400 To: Overseers mailing list Subject: Re: Adding binutils to the GNU Toolchain buildbot on sourceware Message-ID: <20220428135022.GG11115@redhat.com> References: <5c1f217a-109c-2973-6c69-abf412133dee@arm.com> <524b04b7-a78c-7aae-4605-b40f61e6830c@arm.com> <16fe426d-c436-f030-dc43-0e81e7f0e853@arm.com> MIME-Version: 1.0 In-Reply-To: <16fe426d-c436-f030-dc43-0e81e7f0e853@arm.com> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "Frank Ch. Eigler via Gdb" Reply-To: "Frank Ch. Eigler" Cc: "gdb@sourceware.org" , Mark Wielaard , binutils@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi - > [...] > It would make sense to build-test gdb if any of the following changes: > > bfd/ > config/ > gdb/ > gdbserver/ > gdbsupport/ > include/ > intl/ > libbacktrace/ > libctf/ > libdecnumber/ > libiberty/ > opcodes/ > readline/ > sim/ > zlib/ (That's everything in binutils-gdb.git except binutils, cpu, gas, gnulib, gold, gprof, gprofng, ld, texinfo.) - FChE