Module Name: src Committed By: rin Date: Wed Sep 25 09:39:12 UTC 2024
Modified Files: src/sys/arch/luna68k/stand/boot: machdep.c Log Message: luna68k/boot: Silence GCC12 -Warray-bounds for regdump() Dereference to `(int *)(&rp) - 1` (SR in H/W exception frame) is blamed by GCC12 and later. Just silence as done for m68k/regdump.c. Finally fix luna68k build. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/luna68k/stand/boot/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.