Source-Changes archive

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

CVS commit: src/libexec/ld.elf_so



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