Increase the size of the static TLS area slightly (required for the NVidia's

OpenGL driver on amd64).
This commit is contained in:
Doug Rabson 2009-05-27 18:54:31 +00:00
parent 999da77859
commit 22a91927b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192922

View File

@ -231,7 +231,7 @@ typedef struct Struct_Obj_Entry {
#define RTLD_MAGIC 0xd550b87a
#define RTLD_VERSION 1
#define RTLD_STATIC_TLS_EXTRA 64
#define RTLD_STATIC_TLS_EXTRA 128
/* Flags to be passed into symlook_ family of functions. */
#define SYMLOOK_IN_PLT 0x01 /* Lookup for PLT symbol */