[Question] Will switching Linux UAPI headers from __ASSEMBLY__ to __ASSEMBLER__ affect glibc?

Nick Huang sef1548@gmail.com
Sat Mar 7 07:40:19 GMT 2026


Andreas Schwab <schwab@suse.de> 於 2026年3月4日週三 下午6:00寫道:
>
> On Mär 04 2026, Maciej W. Rozycki wrote:
>
> >  Only as from GCC commit f8f769ea4e69; don't we care to support older GCC
> > versions with installed headers anymore?
>
> There is only one installed header that uses __ASSEMBLY__,
> sysdeps/alpha/bits/setjmp.h.  All other installed headers use
> __ASSEMBLER__ only.
>
> --
> Andreas Schwab, SUSE Labs, schwab@suse.de
> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
> "And now for something completely different."

Is sysdeps/alpha/bits/setjmp.h really the only remaining header using
__ASSEMBLY__ while all others have switched to __ASSEMBLER__, even for
older GCC versions?

-- 
Regards,
Nick Huang


More information about the Libc-alpha mailing list