[PATCH v1 9/9] aarch64: Handle alignment when it is bigger than BIGGEST_ALIGNMENT

2024-09-03 Thread Evgeny Karpov
Monday, September 2, 2024 5:36 PM Richard Sandiford wrote: >> In some cases, the alignment can be bigger than BIGGEST_ALIGNMENT. >> The patch handles these cases. >> >> gcc/ChangeLog: >> >>* config/aarch64/aarch64-coff.h (ASM_OUTPUT_ALIGNED_LOCAL): >>Change alignment. > > Can you

Re: [PATCH v1 9/9] aarch64: Handle alignment when it is bigger than BIGGEST_ALIGNMENT

2024-09-02 Thread Richard Sandiford
Evgeny Karpov writes: > In some cases, the alignment can be bigger than BIGGEST_ALIGNMENT. > The patch handles these cases. > > gcc/ChangeLog: > > * config/aarch64/aarch64-coff.h (ASM_OUTPUT_ALIGNED_LOCAL): > Change alignment. Can you go into more detail? What kind of testcase requir

[PATCH v1 9/9] aarch64: Handle alignment when it is bigger than BIGGEST_ALIGNMENT

2024-09-02 Thread Evgeny Karpov
In some cases, the alignment can be bigger than BIGGEST_ALIGNMENT. The patch handles these cases. gcc/ChangeLog: * config/aarch64/aarch64-coff.h (ASM_OUTPUT_ALIGNED_LOCAL): Change alignment. --- gcc/config/aarch64/aarch64-coff.h | 10 ++ 1 file changed, 10 insertions(+)