[PATCH 3/4] ELF: SHF_STRINGS isn't really tied to SHF_MERGE

Hans-Peter Nilsson hp@bitrange.com
Fri Jan 17 04:15:08 GMT 2025


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


More information about the Binutils mailing list