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: [PATCH] binutils TLS support for IA-32/IA-64


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~


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