"Rajesh Paul" <rajesh.paul@xxxxxxxxxxxxxx> writes: > Can anybody let me know how can I add a special dynamic section entry in the > ELF of a shared object file (.so) for ARM and using > GCC Toolchain. Is there any linker options for doing that ? This is really a linker question, not a compiler question. Assuming you are using the GNU linker, it is part of the GNU binutils. Questions should go to the binutils@xxxxxxxxxxxxxx mailing list. See http://soruceware.org/binutils/. Thanks. Unfortunately, as far as I know, the GNU linker has no support for specifying custom dynamic tags. Ian