NetBSD-Bugs archive

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

PR/59391 CVS commit: src



The following reply was made to PR lib/59391; it has been noted by GNATS.

From: "Valery Ushakov" <uwe%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59391 CVS commit: src
Date: Tue, 6 May 2025 20:21:34 +0000

 Module Name:	src
 Committed By:	uwe
 Date:		Tue May  6 20:21:34 UTC 2025
 
 Modified Files:
 	src/lib/libc/arch/arm/gen: _setjmp.S setjmp.S
 	src/lib/libc/arch/arm/sys: cerror.S ptrace.S sbrk.S
 	src/sys/arch/arm/include: asm.h
 
 Log Message:
 arm/asm.h: revert PCREL_GET &c in previous (ok riastradh)
 
 This change needs to be redone and re-verified.  I have detailed some
 issues in the PR, and it also turns out that some of the changes were
 in the !_REENTRANT branch of #ifdef and thus not checked at all.
 riastradh asked to back out the changes for now.
 
 PR lib/59391: unnecessary __PIC__ conditionals clutter .S files
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.18 -r1.19 src/lib/libc/arch/arm/gen/_setjmp.S
 cvs rdiff -u -r1.20 -r1.21 src/lib/libc/arch/arm/gen/setjmp.S
 cvs rdiff -u -r1.14 -r1.15 src/lib/libc/arch/arm/sys/cerror.S
 cvs rdiff -u -r1.13 -r1.14 src/lib/libc/arch/arm/sys/ptrace.S \
     src/lib/libc/arch/arm/sys/sbrk.S
 cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/include/asm.h
 
 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