difos/toolchain/binutils/patches/2.42
Robert Marko d3216173ab toolchain: binutils: fix compilation with GCC15
GCC15 has switched the C language default from GNU17 to GNU23[1] and this
causes builds to fail with:
In file included from mips-opc.c:29:
mips-opc.c: In function 'decode_mips_operand':
mips-formats.h:86:7: error: expected identifier or '(' before 'static_assert'
   86 |       static_assert[(1 << (SIZE)) == ARRAY_SIZE (MAP)]; \
      |       ^~~~~~~~~~~~~
mips-opc.c:214:15: note: in expansion of macro 'MAPPED_REG'
  214 |     case 'z': MAPPED_REG (0, 0, GP, reg_0_map);
      |               ^~~~~~~~~~

So, backport upstream fix for this[2] to fix compilation with GCC15.
Patch for 2.40 was manually refreshed as part of the S390 code does not
exist in 2.40 as it was added after it.

[1] https://gcc.gnu.org/gcc-15/porting_to.html#c23
[2] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=8ebe62f3f0d27806b1bf69f301f5e188b4acd2b4

Fixes: #18678
Link: https://github.com/openwrt/openwrt/pull/18681
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-02 18:01:34 +02:00
..
001-PR-30569-always-call-elf_backend_size_dynamic_sectio.patch toolchain: binutils: backport patch to fix mipsel_24kc_24kf 2024-04-02 21:42:23 +02:00
002-PR-30569-delete-_bfd_mips_elf_early_size_sections.patch toolchain: binutils: backport patch to fix mipsel_24kc_24kf 2024-04-02 21:42:23 +02:00
003-PR-32372-opcodes-fix-std-gnu23-compatibility-wrt-static_asser.patch toolchain: binutils: fix compilation with GCC15 2025-05-02 18:01:34 +02:00
300-001_ld_makefile_patch.patch
400-mips_no_dynamic_linking_sym.patch
500-Change-default-emulation-for-mips64-linux.patch