NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59351 CVS commit: [netbsd-11] src
The following reply was made to PR port-arm/59351; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59351 CVS commit: [netbsd-11] src
Date: Thu, 2 Apr 2026 18:34:39 +0000
Module Name: src
Committed By: martin
Date: Thu Apr 2 18:34:39 UTC 2026
Modified Files:
src/lib/libc/compat/arch/arm/gen [netbsd-11]: compat_setjmp.S
src/tests/lib/libc/setjmp [netbsd-11]: t_setjmp.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #226):
lib/libc/compat/arch/arm/gen/compat_setjmp.S: revision 1.6
tests/lib/libc/setjmp/t_setjmp.c: revision 1.14
PR/59351 compat_setjmp is busted
Apply the patch in the PR from Valery Ushakov (thanks) which restores
the restoration of r0, lr after the call to sigblock that was lost in
revision 1.3
Remove atf_tc_expect_signal for arm now that PR port-arm/59351 is fixed
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.10.1 \
src/lib/libc/compat/arch/arm/gen/compat_setjmp.S
cvs rdiff -u -r1.13 -r1.13.2.1 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