Files
src/contrib
Dimitry Andric 718e5874be llvm-libc-macros: work around gcc defining LDBL_MANT_DIG as 53 on i386
Otherwise, gcc will not be able to compile parts of libc++ 21 in -m32
mode, resulting in errors similar to:

    In file included from /usr/src/contrib/llvm-project/libc/shared/str_to_float.h:13,
                     from /usr/src/contrib/llvm-project/libcxx/src/include/from_chars_floating_point.h:14,
                     from /usr/src/contrib/llvm-project/libcxx/src/charconv.cpp:12:
    /usr/src/contrib/llvm-project/libc/src/__support/str_to_float.h: In function 'void __llvm_libc::internal::set_implicit_bit(__llvm_libc::fputil::FPBits<T>&) [with T = long double]':
    /usr/src/contrib/llvm-project/libc/src/__support/str_to_float.h:77:10: error: 'struct __llvm_libc::fputil::FPBits<long double>' has no member named 'set_implicit_bit'
       77 |   result.set_implicit_bit(result.get_biased_exponent() != 0);
          |          ^~~~~~~~~~~~~~~~

PR:		292067
MFC after:	1 month
2026-04-25 16:14:11 +02:00
..
2025-09-11 16:16:39 +02:00
2026-04-13 10:38:50 -07:00
2025-11-03 21:18:46 +01:00
2025-08-01 15:06:39 +01:00
2026-02-17 12:50:16 +01:00
2026-04-02 08:19:49 +08:00
2026-03-24 12:02:32 +01:00
2026-02-20 21:33:50 -08:00
2026-03-23 11:41:51 -04:00
2026-03-05 17:13:08 +01:00
2026-04-07 09:14:41 -04:00
2026-03-15 00:41:29 -03:00
2025-08-23 10:58:09 -06:00
2026-01-11 16:42:18 +00:00
2026-01-14 16:28:57 +01:00
2025-08-06 00:27:14 +02:00
2026-02-01 10:36:15 -05:00
2025-12-02 07:22:26 -08:00
2026-03-15 23:22:18 -03:00
2025-12-22 15:18:52 +00:00
2025-09-29 22:53:34 +01:00
2025-05-27 22:24:22 +02:00
2026-04-24 22:07:20 +02:00
2026-03-31 18:45:14 -07:00