Files
nixpkgs/pkgs/development/tools/misc/binutils
Sergei Trofimovich 1e5395d29a libopcodes_2_38: fix gcc-15 build
Without the change the build fails on `master` as https://hydra.nixos.org/build/327027927:

```
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)]; \
      |       ^~~~~~~~~~~~~
```

Apply upstream fix to get it built.

ZHF: #516381
2026-05-16 14:35:10 +01:00
..
2026-05-16 14:35:10 +01:00
2026-02-08 19:16:11 +00:00