Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/news68k



Module Name:    src
Committed By:   andvar
Date:           Sun Oct  1 19:28:36 UTC 2023

Modified Files:
        src/sys/arch/news68k/conf: files.news68k
        src/sys/arch/news68k/news68k: trap.c

Log Message:
Improve KGDB enabled build for news68k:
* include sys/kgdb.h in news68k/trap.c for missing definitions.
* cast second kgdb_trap argument to (db_regs_t *).
* build m68k/kgdb_machdep.c for kgdb_trap() implementation.

Same as for mvme68k, build complains about undefined reference to zs_check_kgdb
due to missing port specific zs kgdb implementation for MI zs(4) driver though.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/news68k/conf/files.news68k
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/news68k/news68k/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index