Re: [PATCH] fix cris-elf build with binutils-2.45

2025-08-14 Thread Hans-Peter Nilsson
> From: Mikael Pettersson > Date: Thu, 14 Aug 2025 11:23:56 +0200 > On Mon, Aug 11, 2025 at 3:25 PM Hans-Peter Nilsson wrote: > > > > > From: Mikael Pettersson > > > Date: Thu, 31 Jul 2025 17:00:40 +0200 > > > > > gcc/ > > > PR target/121336 > > > * config/cris/cris.h: Do not abbrev

Re: [PATCH] fix cris-elf build with binutils-2.45

2025-08-14 Thread Mikael Pettersson
On Mon, Aug 11, 2025 at 3:25 PM Hans-Peter Nilsson wrote: > > > From: Mikael Pettersson > > Date: Thu, 31 Jul 2025 17:00:40 +0200 > > > gcc/ > > PR target/121336 > > * config/cris/cris.h: Do not abbreviate --emulation. > > > > Signed-off-by: Mikael Pettersson > > > Bah, I forgot abou

Re: [PATCH] fix cris-elf build with binutils-2.45

2025-08-11 Thread Hans-Peter Nilsson
> From: Mikael Pettersson > Date: Thu, 31 Jul 2025 17:00:40 +0200 > gcc/ > PR target/121336 > * config/cris/cris.h: Do not abbreviate --emulation. > > Signed-off-by: Mikael Pettersson Bah, I forgot about that binutils change... Ok, thanks! Also: would have been ok to just commit

[PATCH] fix cris-elf build with binutils-2.45

2025-07-31 Thread Mikael Pettersson
Since the cris port was added to gcc it has passed --em=criself to gas, as an abbreviation for --emulation=criself. Starting with binutils-2.45 that causes a hard error in gas due to ambiguity with another option. Fixed by replacing the abbreviation with the complete option. Tested by building a