Re: R_ARM_TLS_DTPMOD32 Relocation

2013-01-03 Thread naveen yadav
Dear Matthew, Thanks for your answer, We able to reproduce and identify our problem. It was related to build environment. We build executable with -fPIC option. Dear Mr Lee, Below relocations are generated when thread local storage is used in application. #define R_ARM_TLS_DTPMOD32 17 /* ID of

Re: R_ARM_TLS_DTPMOD32 Relocation

2013-01-02 Thread Matthew Gretton-Dann
[gcc-help removed from CC as this is probably not a GCC issue.] On 31 December 2012 13:12, naveen yadav wrote: > Dear All, > > When doing prelink I got following error. > > /a.out > /a.out: R_ARM_TLS_DTPMOD32 reloc in executable? > > Gcc version 4.6 > > I have following question: > 1. What this r

R_ARM_TLS_DTPMOD32 Relocation

2013-01-02 Thread naveen yadav
Dear All, When doing prelink I got following error. /a.out /a.out: R_ARM_TLS_DTPMOD32 reloc in executable? Gcc version 4.6 I have following question: 1. What this relocation do. ? 2. Is it problem in tool chain ? 3. Are we need to fix this in Prelink utils Thanks _