svn commit: r192922 - head/libexec/rtld-elf

Doug Rabson dfr at FreeBSD.org
Wed May 27 18:54:34 UTC 2009


Author: dfr
Date: Wed May 27 18:54:31 2009
New Revision: 192922
URL: http://svn.freebsd.org/changeset/base/192922

Log:
  Increase the size of the static TLS area slightly (required for the NVidia's
  OpenGL driver on amd64).

Modified:
  head/libexec/rtld-elf/rtld.h

Modified: head/libexec/rtld-elf/rtld.h
==============================================================================
--- head/libexec/rtld-elf/rtld.h	Wed May 27 18:17:58 2009	(r192921)
+++ head/libexec/rtld-elf/rtld.h	Wed May 27 18:54:31 2009	(r192922)
@@ -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 */


More information about the svn-src-all mailing list