[PATCH] Fix .tls_common handling in ld -r

Jakub Jelinek jakub@redhat.com
Fri Jun 16 15:43:00 GMT 2006


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



More information about the Binutils mailing list