[PATCH] binutils TLS support for IA-32/IA-64

Richard Henderson rth@redhat.com
Wed May 22 17:03:00 GMT 2002


On Wed, May 22, 2002 at 08:27:42PM +0200, Jakub Jelinek wrote:
> -	    printf ("%s", get_dynamic_flags (entry->d_un.d_val));
> +	    puts (get_dynamic_flags (entry->d_un.d_val));

Surely you meant fputs, since puts adds \n.

> +  .tdata	${RELOCATING-0} : { *(.tdata .tdata.*) }
> +  .tbss		${RELOCATING-0} : { *(.tbss .tbss.*) *(.tcommon) }

We also need .gnu.linkonce.t[db].* for c++.

Otherwise it looks ok.


r~



More information about the Binutils mailing list