From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119359 invoked by alias); 19 Dec 2019 00:01:15 -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 117715 invoked by uid 89); 19 Dec 2019 00:01:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:806 X-HELO: mail-qv1-f73.google.com Received: from mail-qv1-f73.google.com (HELO mail-qv1-f73.google.com) (209.85.219.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Dec 2019 00:01:11 +0000 Received: by mail-qv1-f73.google.com with SMTP id z9so2526479qvo.10 for ; Wed, 18 Dec 2019 16:01:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=zt+q6IDKLmWNHD5X1nqTpb7gaWA1P/379cR2jJ8zeqw=; b=pwbqDRk/Ol+Oqq7qJFlK7o6hAjRNvdgQEIXZx3dGUVWBUvV5ZOCrntnf/iUAyZ8iW5 gXTlnGkzLdRtLO+GkFSeYGr9Gny+PAGIOHPmDQTKt8ngvJC0tpLDrFU55wt+eWf8Dn+w I7O69Fj5DBAugHVSPmfvkJEOr8Lj9i9XgjDgd7DEz47WRDJ9WxiswkyGDsLtpEP7m/kA t8RAF07ChHxCDQzUqQRMODzN2DJANDf+LG1nDcirrQ4GedIET1W+XaOkRSgGpaIbByDA HAacrqmw1YN2VoqQXbE7EB9tlpT0obzs6mNopkFHHkIec2qNruHTiYw74KWGn2vrtIa5 HmKg== Date: Thu, 19 Dec 2019 00:01:00 -0000 Message-Id: <20191219000103.36667-1-cbiesinger@google.com> Mime-Version: 1.0 Subject: [PATCH 0/3] Fix Solaris build with enable-targets=all From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger To: gdb-patches@sourceware.org Cc: Christian Biesinger Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00801.txt.bz2 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 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