]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libgcc_s: only export 128-bit int APIs when available
authorBrooks Davis <brooks@FreeBSD.org>
Tue, 16 Apr 2024 17:03:21 +0000 (18:03 +0100)
committerBrooks Davis <brooks@FreeBSD.org>
Tue, 16 Apr 2024 21:14:21 +0000 (22:14 +0100)
commit3f82d8345b17eb1c5a7ae40f3c71e9f42f2ea487
treedbaad66459c0ac7c4547c628da12ec727f1e1f2a
parentb8df8b0c2e64b25885f82bd1ba9483ec9b8f497a
libgcc_s: only export 128-bit int APIs when available

These interfaces are only compiled when the platform supports 128-bit
ints.  Use a CRT_HAS_128BIT guard similar to the one used in the
compiler_rt sources.

Reviewed by: dim
Differential Revision: https://reviews.freebsd.org/D44323
lib/libgcc_s/Symbol.map