From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96071 invoked by alias); 14 Oct 2019 09:49:55 -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 96060 invoked by uid 89); 14 Oct 2019 09:49:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=H*i:sk:E1iJ0gs, sk:22ccb84, mistakenly, dropped X-HELO: aserp2120.oracle.com Received: from aserp2120.oracle.com (HELO aserp2120.oracle.com) (141.146.126.78) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Oct 2019 09:49:54 +0000 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x9E9mrr2167637 for ; Mon, 14 Oct 2019 09:49:52 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2019-08-05; bh=p4dwEmV/7bcqfPO+IXr7tHWD8kcjqgc9jvWwRAyGr64=; b=LJogJouMDz8YAFN77RcKjzLfg7/5eNeHYoKa626M5JZ2TmOULtGLoTJbdZnQbPpzJE3Q 77ftIaDsDYYzPQ2bYf1xue66MjImHoEQP2Fv+LhYu0QRONgDKHFmZi88R3X1dbRD+LgE SB8Xy8kgz9wGWGP632gdy3PwfwtlD+VJnQV5jWJG2ipIgZZqnTq/u2Fhac0u91uHjy5M JsCooyEHISfuxcoK2YjJiKVatcc0s2Zm+nYUzH7gx7lSY1VcDsRT6JnGexz6K4xnDIlU wGVxLC7PddyW9ULJKtqaiu/cVQpyHnGKMy6mMYETEe6n/38BbfEeMAAyVf3C4ajERTbz Bg== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by aserp2120.oracle.com with ESMTP id 2vk6sq7rqx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 14 Oct 2019 09:49:52 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x9E9mACs036360 for ; Mon, 14 Oct 2019 09:49:52 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3020.oracle.com with ESMTP id 2vkrbjgp5q-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 14 Oct 2019 09:49:52 +0000 Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x9E9npnl029904 for ; Mon, 14 Oct 2019 09:49:51 GMT Received: from loom (/81.187.191.129) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 14 Oct 2019 09:49:51 +0000 From: Nick Alcock To: gdb-patches Subject: Re: Breakage on builder Fedora-i686, revision 22ccb8495447fa2ea31b1f1dea7e94eecf97475d References: Date: Mon, 14 Oct 2019 09:49:00 -0000 In-Reply-To: (gdb-buildbot@sergiodj.net's message of "Fri, 11 Oct 2019 15:35:06 -0400") Message-ID: <87zhi3ejwh.fsf@esperi.org.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-10/txt/msg00332.txt.bz2 On 11 Oct 2019, gdb-buildbot@sergiodj.net stated: > Unfortunately it seems that there is a breakage on GDB. Oops, sorry! This was just the result of a mis-squashing (the fix in bfd-elf.h that switches the _bfd_elf_strtab_str offset to taking a bfd_size_type was mistakenly dropped in the next commit rather than in this one, leading to a brief period when 32-bit builds were broken) and will not affect future development. (I validate all intermediate commits in series like this for compilability, but not on all possible platforms. Maybe I should add 32-bit compilability tests to that set.)