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] Add TLS support to binutils (ia32 and ia64 for now)


On Wed, Feb 13, 2002 at 12:58:20PM -0800, Richard Henderson wrote:
> On Wed, Feb 13, 2002 at 09:22:59PM +0100, Jakub Jelinek wrote:
> > I can change that, though with every single new field one will have to
> > chase or the flags copying code chunks and add the new bitfield in.
> 
> This will bulk-copy just fine:
> 
>   struct {
>     unsigned int thread_local : 1;
>   } flags;

Exactly what I had in mind.

> In fact, I wouldn't mind seeing the other flags word converted
> to bit fields as well.  Perhaps I'll tackle that...

Yay!  If you don't find time, I'll do so.  It's something I've been
meaning to do for quite a while.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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