Re: [PATCH][GCC] arm: Fix inclusion of arm-mlib.h header more than once (pr108505).

2023-01-24 Thread Richard Earnshaw via Gcc-patches
On 24/01/2023 09:55, Srinath Parvathaneni via Gcc-patches wrote: Hello, The patch fixes the build issue for arm-none-eabi target configured with --with-multilib-list=aprofile,rmprofile, in which case the header file arm/arm-mlib.h is being included more than once and the toolchain build is fa

RE: [PATCH][GCC] arm: Fix inclusion of arm-mlib.h header more than once (pr108505).

2023-01-24 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Srinath Parvathaneni > Sent: Tuesday, January 24, 2023 9:55 AM > To: gcc-patches@gcc.gnu.org > Cc: nd ; Richard Earnshaw ; > Kyrylo Tkachov > Subject: [PATCH][GCC] arm: Fix inclusion of arm-mlib.h header more than > once (pr10850

[PATCH][GCC] arm: Fix inclusion of arm-mlib.h header more than once (pr108505).

2023-01-24 Thread Srinath Parvathaneni via Gcc-patches
Hello, The patch fixes the build issue for arm-none-eabi target configured with --with-multilib-list=aprofile,rmprofile, in which case the header file arm/arm-mlib.h is being included more than once and the toolchain build is failing (PR108505). Regression tested on arm-none-eabi target and found