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: Info on linker script syntax (symver_map language ?)


Kevin Wilson <kevin.wilson@comtrol.com> writes:

> I have googled all about town but with no luck on finding any info that
> outlines the syntax (such as wildcards, keywords, built-in functions) to
> aid in creating your own or modifying/fixing existing linker scripts.
> The gcc mailing list search did popup a nugget about symver_map language
> (http://gcc.gnu.org/ml/libstdc++/2004-06/msg00344.html) but didn't
> provide any links to get more information on the subject.

The linker is part of the GNU binutils.  For GNU binutils issues see
http://sourceware.org/binutils/.

Linker scripts are documented here:
    http://sourceware.org/binutils/docs-2.17/ld/Scripts.html

Ian


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