This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dynamic section entry in ARM ELF file.


"Rajesh Paul" <rajesh.paul@iap-online.com> 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@sourceware.org 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]