From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Mark Wielaard , Luis Machado , "gdb@sourceware.org" , binutils@sourceware.org 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-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Thu, 28 Apr 2022 13:50:32 -0000 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