From 67cbf9a2a9e8953aa7ea875938d6646727c71aaa Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 7 Dec 2012 14:55:19 -0700 Subject: [BZ #14898] * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1. --- include/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/link.h b/include/link.h index f0c8ad521f..d7590640aa 100644 --- a/include/link.h +++ b/include/link.h @@ -289,7 +289,7 @@ struct link_map #endif #ifndef FORCED_DYNAMIC_TLS_OFFSET # if NO_TLS_OFFSET == 0 -# define FORCED_DYNAMIC_TLS_OFFSET 1 +# define FORCED_DYNAMIC_TLS_OFFSET -1 # elif NO_TLS_OFFSET == -1 # define FORCED_DYNAMIC_TLS_OFFSET -2 # else -- cgit 1.4.1