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]

Re: mips: free up bits in insn_isa_mask


Aldy Hernandez wrote:
> here's a patch to free up 4 more bits from the insn_isa_mask, so we can
> use it for further processors.

The current value corresponds to the 4bit field which marks the
ISA in MIPS ELF objects.

> i'm adding support for another mips variant and we're running out of
> bits.  this will free up unused ones.

There are eleven bits free in the upper half. Do you really need
more than these? If yes, it might be the better for future
expansion to separate the cpu specifics from the rest.


Thiemo


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