Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tests/lib/libc/setjmp
Module Name: src
Committed By: riastradh
Date: Thu Apr 24 01:41:01 UTC 2025
Modified Files:
src/tests/lib/libc/setjmp: t_setjmp.c
Log Message:
t_setjmp: Tidy up.
- KNF.
- Nix trailing whitespace.
- Use RL from h_macros.h.
- Use enum and case.
No functional change intended.
Preparation for extending these tests to the compat13 functions,
prompted by:
PR port-mips/59285: _longjmp(..., 0) makes setjmp return 0, not 1
PR port-mips/59342: compat_setjmp.S is confused about delay slots
PR port-mips/59343: compat_sigsetjmp.S: missing RESTORE_GP64
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/setjmp/t_setjmp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index