NetBSD-Bugs archive

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

PR/54093 CVS commit: src/lib/libc/tls



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

From: "Takeshi Nakayama" <nakayama%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54093 CVS commit: src/lib/libc/tls
Date: Thu, 21 Nov 2019 23:06:16 +0000

 Module Name:	src
 Committed By:	nakayama
 Date:		Thu Nov 21 23:06:16 UTC 2019
 
 Modified Files:
 	src/lib/libc/tls: tls.c
 
 Log Message:
 Fix PR/54074 and PR/54093 completely.
 
 More similar to the ld.elf_so logic, it is necessary to align with
 p_align first.  Also, invert the #ifdef condition for consistency.
 
 Should fix regression for static linking binaries:
 http://releng.netbsd.org/b5reports/sparc/commits-2019.11.html#2019.11.10.23.39.03
 http://releng.netbsd.org/b5reports/sparc64/commits-2019.11.html#2019.11.16.04.10.33
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/lib/libc/tls/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