head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.09.06.30.04; author mrg; state Exp; branches; next ; commitid mas9MUCZmeWpxfBG; desc @@ 1.1 log @bring across netbsd/powerpc support from netbsd gcc12, bump versions. this also includes bump version for genmatch.cc updates. @ text @--- gcc/config/rs6000/t-netbsd.orig 2024-06-20 01:08:06.000000000 -0700 +++ gcc/config/rs6000/t-netbsd 2024-12-17 15:48:58.969841508 -0800 @@@@ -34,3 +34,7 @@@@ MULTILIB_EXCEPTIONS = MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} + +# It is important that crtbegin.o, etc., aren't surprised by stuff in .sdata. +CRTSTUFF_T_CFLAGS += -msdata=none +CRTSTUFF_T_CFLAGS_S += -msdata=none @