NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60011 CVS commit: src/libexec/ld.elf_so
The following reply was made to PR toolchain/60011; it has been noted by GNATS.
From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60011 CVS commit: src/libexec/ld.elf_so
Date: Sun, 15 Mar 2026 13:56:17 +0000
Module Name: src
Committed By: skrll
Date: Sun Mar 15 13:56:17 UTC 2026
Modified Files:
src/libexec/ld.elf_so: tls.c
Log Message:
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.28 -r1.29 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