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-gcc_config_arm_elf.h,v 1.1 2025/07/14 17:44:53 wiz Exp $ --- gcc/config/arm/elf.h.orig 2021-04-08 04:56:28.065740630 -0700 +++ gcc/config/arm/elf.h 2022-01-31 21:14:04.684223580 -0800 @@@@ -147,6 +147,8 @@@@ #undef L_floatdidf #undef L_floatdisf #undef L_floatundidf +/* XXXMRG: don't take this out, we need it! */ +# ifndef __NetBSD__ #undef L_floatundisf +# endif #endif - @