Re: [PATCH] scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__
From: Thomas Weißschuh
Date: Tue Mar 24 2026 - 16:02:06 EST
On 2026-03-24 11:35:01-0700, Nathan Chancellor wrote:
> On Tue, Mar 24, 2026 at 06:05:34PM +0100, Thomas Weißschuh wrote:
> > On 2026-03-13 16:56:18-0700, Nathan Chancellor wrote:
> > > It sounds like the "< GCC 3.0" part of that might not be true based on
> > > Maciej's research?
> > >
> > > https://lore.kernel.org/alpine.DEB.2.21.2603101412520.63708@xxxxxxxxxxxxxxxxx/
> >
> > Yes, indeed. In my opinion the consistency aspect is still sufficient
> > to have this change. What do you think?
>
> Yes, I think so. Will you keep it as going from __ASSEMBLY__ to
> __ASSEMBLER__? It probably makes more sense that way given there should
> be no regressions on the compiler side and that is the intended end
> result?
I would have stuck to the old name '__ASSEMBLY__', just for robustness
and because we are late in the cycle.
Then we can switch it early in the next cycle.
Thomas