From nobody Sat Dec 25 11:55:57 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5F88D18F34E1; Sat, 25 Dec 2021 11:56:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JLj7L4fV4z4lPT; Sat, 25 Dec 2021 11:55:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7417E16C5A; Sat, 25 Dec 2021 11:55:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BPBtvnG007037; Sat, 25 Dec 2021 11:55:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BPBtvl1007036; Sat, 25 Dec 2021 11:55:57 GMT (envelope-from git) Date: Sat, 25 Dec 2021 11:55:57 GMT Message-Id: <202112251155.1BPBtvl1007036@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Dimitry Andric Subject: git: 778097b31383 - stable/12 - libgcc_s: Export 64-bit int to 128-bit float functions List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dim X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 778097b313837bd4b36fa9956617aebf11f4f1de Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640433359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RlB6RB0/3YRBkfh7ng1VBrgO35djCFeRmtYZYDs3lY8=; b=CigwbTl3JsIQubOdf8Bi3agOIhaV0BC1s3k9PKjfXnSXJ1jV8PUD756Pb0rNsobtdXUPHC 9npx1HpKxwrTvLA/1qhDoB2Yq4keNnzlFUgGfXe4lL/vqLlcsyk4ai0pDyBncT7wFZa1HO DBU693FpmnabNL8Hgqie6SK+xfLmjiuEyVixFvVqougUMNmolCuVeJVGNVfIRE8ejmqga/ 78Masb53+FtvkNSNf4FpBCm8sUPdTWM0V9UdjmSD+Td8v2ntgkzgEsj47beYjrHkuAQeCn EShiVhKR7XxdIigp4F4LDM9+sWVf3EBtAgnRtHR+z1K6Rs9p/ZwHoTiuDzHYIQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640433359; a=rsa-sha256; cv=none; b=WKxArzo6ENhFG7m0tUIBR6s6YDCXuzI45ZkAGwufXxRIvm7NGn6ezv/uHX+p1e+UfSvwQz QqpZVnaOF88nBwSvhl6T61i6n+8fqzBZV0XCzgtOH3fQqxBqyooFB/m2Krrj8bNZsREUxt ylQS9+Mm2RzVXYKqHPXsHnpDRboi7U9LzL0F3eCB5t+XKK3/wRrp+WfOxSCiucztOXVIqa XDy1hVapq/JzfN66hOohUWsJqKolgcZsV5b16Ql0qnVXfLxk0MVVmuSDrik73lBLKNxM/U 5XyJFYUUgv4GlpRv4kX5bjX9kJarmgjeXaQRe8DhYSoQZcnNVJ6M3xT8FGF/2A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=778097b313837bd4b36fa9956617aebf11f4f1de commit 778097b313837bd4b36fa9956617aebf11f4f1de Author: Jessica Clarke AuthorDate: 2021-10-03 18:34:25 +0000 Commit: Dimitry Andric CommitDate: 2021-12-25 11:51:27 +0000 libgcc_s: Export 64-bit int to 128-bit float functions The corresponding 32-bit int and 128-bit int functions were added in 790a6be5a169, as were all combinations of the float to int functions, but these two were overlooked. __floatditf is needed to build curl for riscv as there's a signed 64-bit int to 128-bit float conversion in lib/progress.c's trspeed as of 7.77.0. Reviewed by: dim MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D31997 (cherry picked from commit 7047568821a9019359a8518e1f1481f73d6e5445) --- lib/libgcc_s/Symbol.map | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libgcc_s/Symbol.map b/lib/libgcc_s/Symbol.map index 2580623d778b..292932198170 100644 --- a/lib/libgcc_s/Symbol.map +++ b/lib/libgcc_s/Symbol.map @@ -162,8 +162,10 @@ GCC_4.6.0 { __fixunstfdi; __fixunstfsi; __fixunstfti; + __floatditf; __floatsitf; __floattitf; + __floatunditf; __floatunsitf; __floatuntitf; __getf2;