On Wed, 15 Jan 2025, Richard Sandiford wrote: > We have a codebase that made a lot of use of constructs like: > > .section .rodata.foo, "aS" > foo: > .asciz "..." > > which after this patch need to become: > > .section .rodata.foo, "aS", @progbits, 1 It's not "%progbits" for ARM (sp?) targets? brgds, H-P