From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) by sourceware.org (Postfix) with ESMTPS id 653603858D3C for ; Mon, 27 Sep 2021 14:57:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 653603858D3C Received: by mail-qk1-x734.google.com with SMTP id 138so36703105qko.10 for ; Mon, 27 Sep 2021 07:57:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=uT4kiNrnBc0EOg9c6YBSgxQTBZJr9+io8jg4ooSZ+zk=; b=1ORI5keudhwz0w4Cdhy2QIEiw/W9QMDM8c7/gzsnKHC44pHJW/gZD1ET0+2K6Btdlh 76jhfW7G2J7/Ge5/W59NTev52hND0DMkYNG/+dF9DikTpWJHzMO0OUtFiRn+UiQAva7r +qN9Xkavsvp5eTSRFAh3B3onLiyhXYeQNqBuYz2RpMDXSTU/s49F/xg+Rdj0m/BjPo8v CzCeK40yCkR69KSIiE2CKQe3UUuFaPhEHes7nHHcgGddz9sMx7PnbhUzYfJBh3VGTZ86 vPOkTRQmwe6biTcgy9g5L9MD91OwGsMPV9V6ANwLEqPaWXfRVrAst53OS1sAQd95WBD6 crJw== X-Gm-Message-State: AOAM533BtgxYaFRAq8xI7L+bd+BijwupxUhkLXH+7RtDUFcdTExoA+IJ mTOutH4vCZJeaHH8agBovu1WC1MggC8= X-Google-Smtp-Source: ABdhPJwDoGuwrG7bCAUloR+2X19Gz85P1h49wYbXxtQKsZ58g2f8M8B7pPijVBNy8jW/hM8IH3avZA== X-Received: by 2002:a05:620a:143:: with SMTP id e3mr406964qkn.14.1632754644636; Mon, 27 Sep 2021 07:57:24 -0700 (PDT) Received: from [172.31.0.175] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id z7sm8743323qtq.81.2021.09.27.07.57.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Sep 2021 07:57:24 -0700 (PDT) Subject: Re: [PATCH] Update pathname for IBM long double description. To: Vincent Lefevre , gcc-patches@gcc.gnu.org References: <20210927111749.3780737-1-vincent@vinc17.net> From: Jeff Law Message-ID: Date: Mon, 27 Sep 2021 08:57:21 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210927111749.3780737-1-vincent@vinc17.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 14:57:26 -0000 On 9/27/2021 5:17 AM, Vincent Lefevre wrote: > Update due to file moved to libgcc/config/rs6000/ibm-ldouble-format > in commit aca0b0b315f6e5a0ee60981fd4b0cbc9a7f59096. > > Signed-off-by: Vincent Lefevre > --- > include/floatformat.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) THanks.  Pushed to the trunk. jeff