NetBSD-Bugs archive

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

PR/60011 CVS commit: [netbsd-11] src/libexec/ld.elf_so



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60011 CVS commit: [netbsd-11] src/libexec/ld.elf_so
Date: Thu, 2 Apr 2026 17:48:32 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Apr  2 17:48:32 UTC 2026
 
 Modified Files:
 	src/libexec/ld.elf_so [netbsd-11]: tls.c
 
 Log Message:
 Pull up following revision(s) (requested by skrll in ticket #216):
 
 	libexec/ld.elf_so/tls.c: revision 1.29
 
 PR/60011: TLS alignment wrong on powerpc
 
 Fix previous where I only got the alignment right for the architectures
 where the thread pointer points to the struct tcb. Handle the
 architectures that have a thread pointer that is relative to end of the
 struct tcb, e.g. powerpc.
 
 Hopefully the commit in the tls.c explains what's going on.
 
 Thanks to riastrah@ and andvar@ for comments/things to fix.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.23.2.1 -r1.23.2.2 src/libexec/ld.elf_so/tls.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