From nobody Fri Apr 24 17:56:12 2026 X-Original-To: dev-commits-src-branches@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 4g2LHP5hFJz6ZxLT for ; Fri, 24 Apr 2026 17:56:17 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2LHP3KQWz3qSS for ; Fri, 24 Apr 2026 17:56:17 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777053377; 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=mAUocHTwJokhale68WaOB+wh44zMgocwycRKwuzjhbY=; b=LXDlQfLVGXwp1LpzlQBCsMAAjzELKGuBfNm0o1sV5MnCPlgmje6NgUCi3Qjpmrs+qy0QkT rTpwqqmVWLz+nxz+9+aik2RmaoDx3x7qrrFLBEFq815jhDyhNvEoYchsMax8uhWkwYbvRH gG+fPakosszV2GGGL8OVHbV7+KSvc0NaEFdG8337i8/gXvCzf5kn8q2Q7r9w7+n6pdm3NZ 7w647AHfFm6FNxjjwVvYipghnf/bVpV0NHGFrezm6UrzNj9uD4aOoVVq+hzGmbAs7FkCAa A8K3blUtvewt0PK3YdRqvjjUBt71SbNzSZZsCZNf8W3hmTtIQcqw5kP7WQppjg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777053377; a=rsa-sha256; cv=none; b=euRktmIvpX+6UPkO/O7HTe6gRW7YMxwmj//rRzlYhF/JwcsQdxunp45ePGDS8IB7v9e84D 5OQL4Zf5/+QZWUdlN1SPXxnha/ojoPQXtyLWBHAxD2eULQ47VLksi9s9vdysOEjoTw/Xbm IQTLKmfB+JkvD+MhYnIS2+IQqNkPEKcqrZ4q/QoVQKqUC5/Sa2J5yzkDEbYJwB/P5fKBXh ilHy5d/EN/6JgrLK/ek6QWY553it62pd5hqRN47BXg4jQqnf/NWo7U/l0iC/d+rNIUt1PD lqZFpe4diQeJDPzyIDxyz3pin8PXKK63F8rODgBBV39IoUZTv1TwkwAtC1PgVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777053377; 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=mAUocHTwJokhale68WaOB+wh44zMgocwycRKwuzjhbY=; b=E5jYeNAG3VMlsuAkte/p5L1J5CxH/X8NAiJveYCdX9+xbKn//A8Fd5s4tGgX4rRsYqxLIH TZzqpiOS4ovckZLhDLoBVWiqXKESHhdCwUHqCR0eTfxWe345C9hNwe4w7zii36e+m3iUA3 +4a7QtoWzLexs1SNhneNkQHd4jPmYyavbVFIzOmuLJnKfSbYppyQHomKBXcWy5NCDhQWpu +ETtZ9Y19suNY0oWYMKXl863V9XKnPTXE9th/0YMpH/lF5CHC9UyO7odBydgWhGOMBokCe lhdqm6K0zUcCOf6Dx/QGfasg04gkK7Q4TZQZOsmt72c4fnci6ZBc4Diwfj+j6g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g2LHP2SvBz1CQQ for ; Fri, 24 Apr 2026 17:56:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1ebe3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 24 Apr 2026 17:56:12 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: John Baldwin Subject: git: 893cf0292352 - stable/15 - libc/quad: Switch to per-arch lists of symbols List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 893cf02923522e85cb0cde979804f1619078069f Auto-Submitted: auto-generated Date: Fri, 24 Apr 2026 17:56:12 +0000 Message-Id: <69ebaebc.1ebe3.40ae1daf@gitrepo.freebsd.org> The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=893cf02923522e85cb0cde979804f1619078069f commit 893cf02923522e85cb0cde979804f1619078069f Author: John Baldwin AuthorDate: 2026-03-05 19:07:09 +0000 Commit: John Baldwin CommitDate: 2026-04-24 15:44:16 +0000 libc/quad: Switch to per-arch lists of symbols This more closely mirrors libc/quad/Makefile.inc and is easier to read. Reviewed by: brooks Differential Revision: https://reviews.freebsd.org/D55658 (cherry picked from commit 54bf594851f671e231d2786cdacaf68f290ff738) --- lib/libc/quad/Symbol.map | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/lib/libc/quad/Symbol.map b/lib/libc/quad/Symbol.map index 7c60d8183b75..c28f9a180704 100644 --- a/lib/libc/quad/Symbol.map +++ b/lib/libc/quad/Symbol.map @@ -5,54 +5,49 @@ FBSD_1.0 { * broken and they expect to see them in libc. glibc exports * them, but they do not appear to be exported in Solaris. */ -#ifndef __i386__ +#ifdef __i386__ + __cmpdi2; + __divdi3; + __moddi3; + __qdivrem; + __ucmpdi2; + __udivdi3; + __umoddi3; +#elif defined(__arm__) + __adddi3; + __anddi3; + __floatunsdidf; + __iordi3; + __lshldi3; + __one_cmpldi2; + __qdivrem; + __subdi3; + __xordi3; +#else __adddi3; __anddi3; -#ifndef __arm__ __ashldi3; __ashrdi3; -#endif -#endif -#ifndef __arm__ __cmpdi2; __divdi3; -#endif -#ifndef __i386__ -#ifndef __arm__ __fixdfdi; __fixsfdi; __fixunsdfdi; __fixunssfdi; __floatdidf; __floatdisf; -#endif __floatunsdidf; __iordi3; __lshldi3; -#ifndef __arm__ __lshrdi3; -#endif -#endif -#ifndef __arm__ __moddi3; -#endif -#ifndef __i386__ -#ifndef __arm__ __muldi3; __negdi2; -#endif __one_cmpldi2; -#endif __qdivrem; -#ifndef __i386__ __subdi3; -#endif -#ifndef __arm__ __ucmpdi2; __udivdi3; __umoddi3; -#endif -#ifndef __i386__ __xordi3; -#endif };