Module Name: src Committed By: mrg Date: Mon Sep 7 23:41:38 UTC 2020
Modified Files: src/sys/arch/m68k/include: cpuframe.h src/sys/arch/sun3/sun3: machdep.c Log Message: move the __packed attribute from struct frame::F_t into the single unaligned member inside. CTASSERT() the size is unchanged. with this, sun3 and GCC 9 appears to work. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/m68k/include/cpuframe.h cvs rdiff -u -r1.212 -r1.213 src/sys/arch/sun3/sun3/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.