From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8491 invoked by alias); 19 Dec 2019 19:14:49 -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 8480 invoked by uid 89); 19 Dec 2019 19:14:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.7 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Received:d6c4, HX-Spam-Relays-External:209.85.167.194, H*RU:209.85.167.194 X-HELO: mail-oi1-f194.google.com Received: from mail-oi1-f194.google.com (HELO mail-oi1-f194.google.com) (209.85.167.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Dec 2019 19:14:46 +0000 Received: by mail-oi1-f194.google.com with SMTP id v10so3497925oiv.12 for ; Thu, 19 Dec 2019 11:14:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=fUUAsG++xkWFTFc8/XQUHh5aTxqxNfvw3MtB7r/ECaM=; b=FaO5ap4Bdx3TtoXl2LjcfV6uX9YQAFqAdawOgHopksdumd+dkrF1zTloXHM82jOZtm hVbFSAn6v61CbJbtmgUWwpAVnEblUaTvK3U1N6PH6i/soH2rX0KLvb/hlmAF+Q7g0SlA 6MwzPYDjMShrUBxReYRXz5M1yfZkaqcBhLIR//EgIecIEehIxZ7twbPUabtSWLbcLJDI unOIsmdI57xTGVKvsCDbvyoqHZQg0yQ5Yyy6Y7HpN94+ebubFHeese3NF6nsnonN6gxP zvuTaZ2nUw+PSzO7G3UwasCu46aN93tJsZAopvVnKogkijJCcR1zXpyV6UZQw69ZflwC EtxQ== MIME-Version: 1.0 References: <20191219000103.36667-1-cbiesinger@google.com> In-Reply-To: <20191219000103.36667-1-cbiesinger@google.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Thu, 19 Dec 2019 19:14:00 -0000 Message-ID: Subject: Re: [PATCH 0/3] Fix Solaris build with enable-targets=all To: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00833.txt.bz2 On Wed, Dec 18, 2019 at 6:01 PM Christian Biesinger wrote: > > I tried compiling gdb on gcc211.fsffrance.org with enable-targets=all > and found a few issues. This patch series fixes the remaining ones. > > https://sourceware.org/ml/gdb-patches/2019-12/msg00798.html should be part > of this series too; I apologize for not including it. When I sent that one > I hadn't decided yet to continue working on these build errors and thus > didn't make it a series. > > Christian Biesinger (3): > Undef REG_Y in s12z.h, it may be defined in a system header > Cast the log10 argument to double to disambiguate it > Make the literal argument to pow a double, not an integer Pushed patches 2 and 3 with the comments addressed, and sent patch 1 to binutils@ Christian > gdb/score-tdep.c | 4 ++-- > gdb/tui/tui-source.c | 2 +- > include/opcode/s12z.h | 4 ++++ > 3 files changed, 7 insertions(+), 3 deletions(-) > > -- > 2.24.1.735.g03f4e72817-goog >