head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.10.21.41.35; author wiz; state Exp; branches; next ; commitid 9JHloFc9ZlojD8RG; desc @@ 1.1 log @lang/gcc16: import gcc16-16.1.0 The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C, Fortran, and Go. @ text @$NetBSD: patch-libgcc_crtstuff.c,v 1.1 2025/07/14 17:44:53 wiz Exp $ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90147 --- libgcc/crtstuff.c.orig 2025-04-25 08:18:04.000000000 +0000 +++ libgcc/crtstuff.c @@@@ -81,7 +81,7 @@@@ call_ ## FUNC (void) \ #endif #if defined(TARGET_DL_ITERATE_PHDR) && \ - (defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__)) + (defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) #define BSD_DL_ITERATE_PHDR_AVAILABLE #endif @