On Fri, 4 Apr 2025 23:27:49 Martin Husemann wrote: > On Fri, Apr 04, 2025 at 10:48:17PM +1100, Nat Sloss wrote: > > The changes to the context switch in sys/m68k have been reverted and the > > nop insertion by gas(1) has been turned off by default. > > What does upstream gcc plan to do with the new option? Default on or off? >
The pacth I sent them was on by default. But they've had no return corresponsdance yet. When they do I can send v2(off by default). > I guess we can find some way to have a generic toggle via make variables > that makes both variants easy to achive. > > But I still would like to fully understand the workaround (even if just out > of curiosity). > > Martin