Re: [PATCH] aarch64: fix build failure on aarch64-none-elf

2024-09-27 Thread Richard Earnshaw (lists)
On 26/09/2024 18:14, Matthieu Longo wrote: > A previous patch ([1]) introduced a build regression on aarch64-none-elf > target. The changes were primarilly tested on aarch64-unknown-linux-gnu, > so the issue was missed during development. > The includes are slighly different between the two targets

Re: [PATCH] aarch64: fix build failure on aarch64-none-elf

2024-09-27 Thread Matthieu Longo
On 2024-09-26 18:41, Andrew Pinski wrote: On Thu, Sep 26, 2024 at 10:28 AM Andrew Pinski wrote: On Thu, Sep 26, 2024 at 10:15 AM Matthieu Longo wrote: A previous patch ([1]) introduced a build regression on aarch64-none-elf target. The changes were primarilly tested on aarch64-unknown-linux

Re: [PATCH] aarch64: fix build failure on aarch64-none-elf

2024-09-26 Thread Andrew Pinski
On Thu, Sep 26, 2024 at 10:28 AM Andrew Pinski wrote: > > On Thu, Sep 26, 2024 at 10:15 AM Matthieu Longo > wrote: > > > > A previous patch ([1]) introduced a build regression on aarch64-none-elf > > target. The changes were primarilly tested on aarch64-unknown-linux-gnu, > > so the issue was mi

Re: [PATCH] aarch64: fix build failure on aarch64-none-elf

2024-09-26 Thread Andrew Pinski
On Thu, Sep 26, 2024 at 10:15 AM Matthieu Longo wrote: > > A previous patch ([1]) introduced a build regression on aarch64-none-elf > target. The changes were primarilly tested on aarch64-unknown-linux-gnu, > so the issue was missed during development. > The includes are slighly different between

[PATCH] aarch64: fix build failure on aarch64-none-elf

2024-09-26 Thread Matthieu Longo
A previous patch ([1]) introduced a build regression on aarch64-none-elf target. The changes were primarilly tested on aarch64-unknown-linux-gnu, so the issue was missed during development. The includes are slighly different between the two targets, and due to some include rules ([2]), "aarch64-unw