Re: [PATCH v3 7/7] arm: remove redundant section alignments

2024-03-13 Thread Richard Henderson
On 3/13/24 06:23, Ilias Apalodimas wrote: Previous patches cleaning up linker symbols, also merged any explicit . = ALIGN(x); into section definitions -- e.g .bss ALIGN(x) : instead of . = ALIGN(x); . bss : {...} However, if the output address is not specified then one will be chosen for the se

[PATCH v3 7/7] arm: remove redundant section alignments

2024-03-13 Thread Ilias Apalodimas
Previous patches cleaning up linker symbols, also merged any explicit . = ALIGN(x); into section definitions -- e.g .bss ALIGN(x) : instead of . = ALIGN(x); . bss : {...} However, if the output address is not specified then one will be chosen for the section. This address will be adjusted to fit