From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56656 invoked by alias); 29 May 2019 20:08:16 -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 56642 invoked by uid 89); 29 May 2019 20:08:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=HX-Languages-Length:669, H*f:sk:ydd5zpt, H*i:sk:ydd5zpt, dear X-HELO: userp2120.oracle.com Received: from userp2120.oracle.com (HELO userp2120.oracle.com) (156.151.31.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 20:08:14 +0000 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4TJx771128452; Wed, 29 May 2019 20:08:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=4fJPDsEQs68SXWTvuZYcTx06bi+vM7lsYmXt4p3J8tk=; b=VFVDmAX+ApoX9n4MnBA9wtWDK3+KXKVHY475UZFywK6XCwL2TDeR84GgVG2ZvmUYP4SQ FeOs/TjVPxeYxzOhSoH6WdC96IuWLGp5iIVGnjtyH83fCuVzImjI2HgkPN7Hwf9Arn1U BARo2y0T0VT/7nAPLVCQ/Bga/Q/MQKVwc48aHdxgoW69lbcXTR+ULwQmXvbjAG5KmI69 bBNbstXla58ozD3STlGFPdzWPVhKegIdHe+VjIPTYu07hgoA2n77PuZ1gWMiDMee9hrL hyWlzOJItco8uPS9soTCLm/Ut4ft0Z+uucjohG5hyAVv7qbzQpxTaxiFOQYDQG+nRPfy BA== Received: from userp3030.oracle.com (userp3030.oracle.com [156.151.31.80]) by userp2120.oracle.com with ESMTP id 2spxbqc4vw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 29 May 2019 20:08:07 +0000 Received: from pps.filterd (userp3030.oracle.com [127.0.0.1]) by userp3030.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4TK7NLu195325; Wed, 29 May 2019 20:08:06 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userp3030.oracle.com with ESMTP id 2ss1fnp22j-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 29 May 2019 20:08:06 +0000 Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x4TK7tnI008351; Wed, 29 May 2019 20:07:56 GMT Received: from loom (/81.187.191.129) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 29 May 2019 13:07:55 -0700 From: Nick Alcock To: Rainer Orth Cc: Simon Marchi , gdb-buildbot@sergiodj.net, gdb-patches@sourceware.org, binutils@sourceware.org, "Jose E. Marchesi" Subject: Re: [PATCH] Fix a number of build problems found on Solaris and NetBSD (was Re: Oh dear. I regret to inform you that commit 0e65dfbaf3a0299e4837216a103c28625d4b4f1d might be unfortunate) References: <0e65dfbaf3a0299e4837216a103c28625d4b4f1d-master-breakage@gdb-build> <87r28h5sz0.fsf@esperi.org.uk> <87lfyp43w8.fsf_-_@esperi.org.uk> Date: Wed, 29 May 2019 20:08:00 -0000 In-Reply-To: (Rainer Orth's message of "Wed, 29 May 2019 20:22:05 +0200") Message-ID: <87h89d3tyf.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-05/txt/msg00659.txt.bz2 On 29 May 2019, Rainer Orth outgrape: > I've just tried a build of the gdb side of binutils-gdb with your patch > applied on amd64-pc-solaris2.11 for good measure: worked just fine > without any warnings. Great news! (This is quite irrelevant since we're not currently caring about ABI/API stability for libctf, but it doesn't change the API or ABI on 64-bit systems either, since no type will have an ID remotely near the 63-bit sign-bit boundary: the max is currently 2^32-2.)