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: Problem with referenceable sections ("link sets")


Jason R Thorpe <thorpej@wasabisystems.com> writes:

> I started to dig into ld to figure out what is going on, but my eyes quickly
> glazed over.  

Look at gld${EMULATION_NAME}_place_orphan in ld/emultempl/elf32.em.
See where your sections are being sorted.  Make sure they are sorted
immediately after the .rodata section--place should be set to
hold_rodata.  If not there, where and why?

Ian


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