From patchwork Mon Sep 27 11:17:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Lefevre X-Patchwork-Id: 1533265 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4HJ0WM3y0vz9tk7 for ; Mon, 27 Sep 2021 21:18:39 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4EAF03857C5D for ; Mon, 27 Sep 2021 11:18:36 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from cventin.lip.ens-lyon.fr (cventin.lip.ens-lyon.fr [140.77.13.17]) by sourceware.org (Postfix) with ESMTPS id 982733858C27 for ; Mon, 27 Sep 2021 11:18:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 982733858C27 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vinc17.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=cventin.lip.ens-lyon.fr Received: from vlefevre by cventin.lip.ens-lyon.fr with local (Exim 4.95-RC2) (envelope-from ) id 1mUoeM-00Frf1-Mn; Mon, 27 Sep 2021 13:18:22 +0200 From: Vincent Lefevre To: gcc-patches@gcc.gnu.org Subject: [PATCH] Update pathname for IBM long double description. Date: Mon, 27 Sep 2021 13:17:49 +0200 Message-Id: <20210927111749.3780737-1-vincent@vinc17.net> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, 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: , Cc: Vincent Lefevre Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" 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(-) diff --git a/include/floatformat.h b/include/floatformat.h index 5f9c14361f5..288aedda192 100644 --- a/include/floatformat.h +++ b/include/floatformat.h @@ -91,7 +91,7 @@ struct floatformat /* Is the format actually the sum of two smaller floating point formats (IBM long double, as described in - gcc/config/rs6000/darwin-ldouble-format)? If so, this is the + libgcc/config/rs6000/ibm-ldouble-format)? If so, this is the smaller format in question, and the fields sign_start through intbit describe the first half. If not, this is NULL. */ const struct floatformat *split_half;