This is the mail archive of the binutils@sourceware.org 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: [PATCH] Fix .tls_common handling in ld -r


On Fri, Jun 16, 2006 at 08:25:56AM -0700, H. J. Lu wrote:
> > 2006-06-16  Jakub Jelinek  <jakub@redhat.com>
> > 
> > 	* ld-elf/tls_common.exp: New test.
> > 	* ld-elf/tls_common.s: New file.
> > 
> 
> Is that possible to add tls_common.d instead of tls_common.exp?

I doubt it, because you need to run ld twice, first
ld -r -o tls_common1.o tls_common.o
and then
ld -o tls_common tls_common1.o
How do you express that in *.d?

	Jakub


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