head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.06.06.06.15.50; author dkazankov; state Exp; branches; next ; commitid aIGRFXloTdnfBHIG; desc @@ 1.1 log @gcc15-gnat: update to 15.2.0nb2 * Update common patches from upstream gcc15 package * Update libgnat BSD socket implementation * Improve using builtin binutils version on NetBSD 11 * Fix tasking implementation on NetBSD - now GNAT does not use alternate stack for tasking on NetBSD: see pthread CAVEATS - add affinity/ceiling support @ text @$NetBSD: patch-libgcc_config.host,v 1.1 2025/11/08 07:04:02 mrg Exp $ Fix NetBSD/arm64. --- libgcc/config.host.orig 2025-08-07 23:51:44.833420855 -0700 +++ libgcc/config.host 2025-11-07 03:15:28.811881325 -0800 @@@@ -424,6 +424,7 @@@@ aarch64*-*-freebsd*) aarch64*-*-netbsd*) extra_parts="$extra_parts crtfastmath.o" tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc" tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" tmake_file="${tmake_file} t-dfprules" md_unwind_def_header=aarch64/aarch64-unwind-def.h @