Module Name: src Committed By: martin Date: Fri Jan 1 13:04:08 UTC 2021
Modified Files: src/sys/kern [netbsd-9]: core_elf32.c Log Message: Pull up following revision(s) (requested by rin in ticket #1173): sys/kern/core_elf32.c: revision 1.65 (patch) Use correct note types for register storage in 32-bit core files for architecture on which 64- and 32-bit ABIs use different values for PT_GET{,FP}REGS, i.e., aarch64{,eb}. Now, 32-bit GDB works fine for core files generated by aarch64{,eb} kernel. Should be no functional changes for ports other than aarch64{,eb}. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.58.4.1 src/sys/kern/core_elf32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.