Module Name: src Committed By: rin Date: Tue Aug 22 06:16:50 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: gdb/bfd: Add support to NetBSD-style core file for riscv To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gdb/dist/bfd/elf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/bfd/elf.c diff -u src/external/gpl3/gdb/dist/bfd/elf.c:1.15 src/external/gpl3/gdb/dist/bfd/elf.c:1.16 --- src/external/gpl3/gdb/dist/bfd/elf.c:1.15 Thu Aug 17 06:44:56 2023 +++ src/external/gpl3/gdb/dist/bfd/elf.c Tue Aug 22 06:16:50 2023 @@ -11190,6 +11190,7 @@ elfcore_grok_netbsd_note (bfd *abfd, Elf case bfd_arch_aarch64: case bfd_arch_alpha: + case bfd_arch_riscv: case bfd_arch_sparc: switch (note->type) {