This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

linker file/section matching rules when using libraries


Hi all,

In the linker script, when writing section matching rules they follow the
following form:

<filename> (<section name>)

For example:
* (.text)
* (.text.*)

The filename works if you specify the name of a .o file and either pass it
on the command line or the .o file is available in the linker .o search
path.

The problem is that our build process puts everything into lib files (.a)
and the .o files are not available to the linker.

How do you specify either a lib file to match or ideally a file within a lib
file (if that is possible)?

I would appreciate your advice.

Thanks

Nick


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