History log of /netbsd-current/lib/libc/arch/sparc/gen/sparc_longjmp.h
Revision Date Author Comments
# 1.1 03-Sep-2023 mrg

avoid array-bounds issues by using more complete types.

also, don't cast to a type that includes an extra, unused, member.

while here, replace the hard coded offsets in setjmp.S and some
asserts in longjmp.c with assym.h and shared structures for all
the movings parts, and asserts based upon those structures.

avoids GCC 12 warnings.