Module Name: src Committed By: andvar Date: Sun Sep 3 20:52:13 UTC 2023
Modified Files: src/sys/arch/hppa/hppa: kgdb_hppa.c src/sys/arch/hppa/include: db_machdep.h Log Message: remove (db_addr_t) cast in hppa PC_REGS(regs) definition. rename tf_hptm to tf_cr24 in kgdb_hppa.c. This name was lost from trapframe (frame.h) in v1.8 and restored as tf_cr24 in v1.12. Fixes KGDB enabled build for hppa. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/hppa/kgdb_hppa.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hppa/include/db_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.