CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2020/12/06 08:31:30
Modified files: sys/arch/i386/include: setjmp.h lib/libc/arch/i386/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Introduce constants to access the setjmp(3) jmp_buf fields from i386 libc. The assembler code is more readable than with magic numbers. This brings i386 in line with amd64. No change in object file. OK kettenis@