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]

Re: linker scripting: locating overlays after main code


"Ian Montgomerie" <imontgom@lsil.com> writes:
> Is there any way I can get this sort of thing to work?

I might have misunderstood the question, but have you tried
EXCLUDE_FILE?  E.g.:

.Core:
{
    *(EXCLUDE_FILE (ovl1.* ovl2.*) .text)
    ...
}

should include everything except ovl1.*(.text) and ovl2.*(.text).

Richard


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