>Is there a way to determine if a .so has been built with
>-fpic?  Is it a performance problem to make -fpic the default? 

`objdump --dynamic-relocs | grep PC24' will tell you if there are any of the 
offending relocations in a shared object (if yes, chances are it was built 
without -fPIC).  You wouldn't want to make -fpic the default for application 
code but for shared libraries that's the right thing to do.

p.



unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to