From patchwork Wed Jul 4 21:24:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jessica Clarke X-Patchwork-Id: 939589 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-481021-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=jrtc27.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="GbwEaCcL"; dkim=pass (1024-bit key; unprotected) header.d=jrtc27.com header.i=@jrtc27.com header.b="BtMlQ0QJ"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41LYtY3Mnnz9s29 for ; Thu, 5 Jul 2018 07:25:22 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=rfSrvkF5ETqy ITTlhsYkrM/KeV6zvJJhB3ckRLknUw5PQzQ+CDZDr/hPQyoAeWXDTpDNx6GYM4EB eLniNjic/02Op4eFdltgxVFHJzeJCy8D9Xza0Xm6INnuqbPV+pXdPESSD2ITGy01 pZIVnDfR6mUbASe5Y8o/xr736V3jLQ8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=alfGmt6qxx6fWr+zrx 3SfqIPwfo=; b=GbwEaCcLXAo7q2pYfxX/9LXbPot1u2I6TwWo1AXXikN3TyF0w5 hlg2z2wMnm+dpS5itKeTKcnTP9uWcPQZxXH2tghzNFvwjVMvP5O0VjKUXuaGoK7y 4ngOgXap8jcqA1DkJDsE1r4DksdVvzy6lqgG/PzZkTk0KcFEhoT1Or2QE= Received: (qmail 14182 invoked by alias); 4 Jul 2018 21:25:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 14147 invoked by uid 89); 4 Jul 2018 21:25:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Jul 2018 21:25:10 +0000 Received: by mail-wm0-f48.google.com with SMTP id i139-v6so8003687wmf.4 for ; Wed, 04 Jul 2018 14:25:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jrtc27.com; s=google; h=from:to:cc:subject:date:message-id; bh=c1mf7Sxu2yIVMvsRkHoteJcemwegzP4xb5InJkS+0/w=; b=BtMlQ0QJ7xgxYD6oBDEZSy00HFJ4d/onrsqmE8+2fWs9vTWLRw+m/0bLmb4FaanSSh MYet8a14/qb4tAyWwu8s4xdj4dN1GNB5nd+0Ja/pP6uHkzz6qYZJUWwvvI53OvvLLkJE bZUkhPi3BN4W7ptjpBEM0MpHM39TrCDgDv+So= Received: from Jamess-MacBook.local (global-184-109.nat-1.net.cam.ac.uk. [131.111.184.109]) by smtp.gmail.com with ESMTPSA id h18-v6sm5717842wrq.36.2018.07.04.14.25.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Jul 2018 14:25:03 -0700 (PDT) Received: by Jamess-MacBook.local (Postfix, from userid 501) id 08B4C2026D9560; Wed, 4 Jul 2018 22:25:02 +0100 (BST) From: James Clarke To: gcc-patches@gcc.gnu.org Cc: James Clarke Subject: [PATCH] Enable decimal float on x86_64 kFreeBSD and Hurd Date: Wed, 4 Jul 2018 22:24:58 +0100 Message-Id: <20180704212458.90010-1-jrtc27@jrtc27.com> config/ * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFreeBSD and Hurd. gcc/ * configure: Regenerate. libdecnumber/ * configure: Regenerate. libgcc/ * configure: Regenerate. --- config/dfp.m4 | 2 +- gcc/configure | 2 +- libdecnumber/configure | 2 +- libgcc/configure | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/dfp.m4 b/config/dfp.m4 index 5b29089cec5..f9b447e1a9c 100644 --- a/config/dfp.m4 +++ b/config/dfp.m4 @@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; [ case $1 in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes diff --git a/gcc/configure b/gcc/configure index 60d373982fd..46be6b93a2a 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7458,7 +7458,7 @@ else case $target in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes diff --git a/libdecnumber/configure b/libdecnumber/configure index 4cb732e80d4..0eb6e04ffe9 100755 --- a/libdecnumber/configure +++ b/libdecnumber/configure @@ -4709,7 +4709,7 @@ else case $target in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes diff --git a/libgcc/configure b/libgcc/configure index b2f3f870844..055ec66ce48 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -4647,7 +4647,7 @@ else case $host in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes