git: rtld: Fix TLS inconsistency, cleanups
John Marino
marino at crater.dragonflybsd.org
Sat Jan 14 05:43:15 PST 2012
commit 0c151ba00f8c7a259f4dcf94290729889eab686d
Author: John Marino <draco at marino.st>
Date: Sat Jan 14 14:32:07 2012 +0100
rtld: Fix TLS inconsistency, cleanups
Fixes FreeBSD PR kern/160721: TLS is inconsistent
Uses the proper TLS block to calculate the TLS variable address in the
event the TLS data generation was updated. (FreeBSD SVN 225582)
Also cleaned up a typo and added some parentheses around return
values to sync up with FreeBSD.
Summary of changes:
libexec/rtld-elf/i386/rtld_start.S | 2 +-
libexec/rtld-elf/rtld.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0c151ba00f8c7a259f4dcf94290729889eab686d
--
DragonFly BSD source repository
More information about the Commits
mailing list