verma wrote: > Hi ALL, > > I have tried to build the following dynamic tls relocation,but could not > found any source . > > R_386_TLS_DTPMOD32 > R_386_TLS_DTPOFF32 > R_386_TLS_TPOFF32 > > could any one help me how I can build these relocations using executable and > shared object. > what is exactly diffrence between static and dynamic tls relocation.
Have you read: http://docs.sun.com/app/docs/doc/819-0690/chapter8-1?a=view (Linker and Libraries Guide, Chapter 8, Thread-Local Storage). -- Rod.