NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59343 CVS commit: src



The following reply was made to PR port-mips/59343; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59343 CVS commit: src
Date: Thu, 24 Apr 2025 01:42:38 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Apr 24 01:42:38 UTC 2025
 
 Modified Files:
 	src/lib/libc/compat/arch/mips/gen: compat_sigsetjmp.S
 	src/tests/lib/libc/setjmp: t_setjmp.c t_sigstack.c
 
 Log Message:
 mips/compat_sigsetjmp: Add missing RESTORE_GP64.
 
 Otherwise, compat13 sigsetjmp clobbers the caller's gp when it
 returns (the first time around, anyway), which leads to a lovely
 display of fireworks.
 
 PR port-mips/59343: compat_sigsetjmp.S: missing RESTORE_GP64
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/lib/libc/compat/arch/mips/gen/compat_sigsetjmp.S
 cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/setjmp/t_setjmp.c
 cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/setjmp/t_sigstack.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