Re: [PATCH 2/6] symbols: don't over-align generated data

2025-03-13 Thread Andrew Cooper
On 13/03/2025 1:53 pm, Jan Beulich wrote: > x86 is one of the few architectures where .align has the same meaning as > .balign; most other architectures (Arm, PPC, and RISC-V in particular) > give it the same meaning as .p2align. Aligning every one of these item > to 256 bytes (on all 64-bit archit

Re: [PATCH 2/6] symbols: don't over-align generated data

2025-03-13 Thread Jan Beulich
On 13.03.2025 17:07, Andrew Cooper wrote: > On 13/03/2025 1:53 pm, Jan Beulich wrote: >> x86 is one of the few architectures where .align has the same meaning as >> .balign; most other architectures (Arm, PPC, and RISC-V in particular) >> give it the same meaning as .p2align. Aligning every one of