CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/05/22 13:52:08
Modified files:
devel/arm-none-eabi/gdb: Makefile
devel/arm-none-eabi/gdb/patches: patch-gdb_common_enum-flags_h
devel/riscv32-esp-elf/gdb: Makefile
devel/riscv32-esp-elf/gdb/patches:
patch-gdb_gdbsupport_enum-flags_h
devel/xtensa-esp32-elf/gdb: Makefile
devel/xtensa-esp32-elf/gdb/patches:
patch-gdb_gdbsupport_enum-flags_h
devel/xtensa-esp32s2-elf/gdb: Makefile
devel/xtensa-esp32s2-elf/gdb/patches:
patch-gdb_gdbsupport_enum-flags_h
devel/xtensa-esp32s3-elf/gdb: Makefile
devel/xtensa-esp32s3-elf/gdb/patches:
patch-gdb_gdbsupport_enum-flags_h
devel/xtensa-lx106-elf/binutils: Makefile
devel/xtensa-lx106-elf/binutils/patches:
patch-gdb_common_enum-flags_h
Removed files:
devel/riscv32-esp-elf/gdb/patches: patch-include_diagnostics_h
devel/xtensa-esp32-elf/gdb/patches: patch-include_diagnostics_h
devel/xtensa-esp32s2-elf/gdb/patches:
patch-include_diagnostics_h
devel/xtensa-esp32s3-elf/gdb/patches:
patch-include_diagnostics_h
devel/xtensa-lx106-elf/binutils/patches:
patch-include_diagnostics_h
Log message:
devel/*/gdb: unbreak build with llvm22 and revert prior workaround
LLVM 22 has changed -Wenum-constexpr-conversion into a hard error.
Revert the workaround introduced for LLVM 16 and replace idiom that
results in undefined behavior.
ok tb@