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: A new feature I want to add to ld, I need someone to point mein the right direction


Hans-Peter Nilsson writes:
 > On Sun, 12 Oct 2003, Daniel Jacobowitz wrote:
 > > On Mon, Oct 13, 2003 at 08:07:20AM +0800, Jonathan Wilson wrote:
 > > > Example of how sections would be output:
 > > > .tls
 > > > .tls$
 > > > .tls$ABC
 > > > .tls$DEF
 > > > .tls$ZZZ
 > > > The above sections would be output in the above order and would be combined
 > > > into one segment named .tls
 > 
 > >   .tls : {
 > > 	*(.tls)
 > > 	*(.tls$)
 > > 	*(.tls$*)
 > >   }
 > 
 > I think you need to make the last one
 >  SORT (.tls$*)
 > then it should Just Work.

Ya, IIRC there are already existing cases of this.
grep for $ in pe-dll.c and/or pe.sc.


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