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: Properly align static TLS segments on Solaris 2


On Mon, Oct 18, 2010 at 09:10:30PM +0200, Rainer Orth wrote:
> +  /* Consider special static TLS alignment requirements.  */
> +  static_tls_size = BFD_ALIGN (htab->tls_size, bed->static_tls_alignment);

This won't work with the default of zero for static_tls_alignment.

-- 
Alan Modra
Australia Development Lab, IBM


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