Up to [cvs.NetBSD.org] / src / lib / libc / arch / sparc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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.