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: Out of bits in flagwords, what's the preferred way of extending it?


On Mon, Jan 07, 2002 at 06:37:48PM +0100, Jakub Jelinek wrote:
> 
> I'd like to use a new bit in sec->flags, unfortunately there are none left
> (well, 2 are apparently COFF only, but is there some way how to figure out
> section creator type)?

owner->xvec

> Should flagword simply be extended to 64 bits, or use 2 flags bitfields, or
> something else?

Since there are already a number of bitfields, I'd be inclined to use
bitfields.

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