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 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;

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


r~


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