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



> ok to install?
> 

OK.

-eric

> 
> 2001-08-01  Aldy Hernandez  <aldyh@redhat.com>
> 
> 	* opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
> 
> Index: mips.h
> ===================================================================
> RCS file: /cvs/src/src/include/opcode/mips.h,v
> retrieving revision 1.15
> diff -c -p -r1.15 mips.h
> *** mips.h      2001/05/23 17:26:39     1.15
> --- mips.h      2001/08/01 11:14:30
> *************** struct mips_opcode
> *** 307,313 ****
>      ORs of these bits, indicatingthat they support the instructions
>      defined at the given level.  */
> 
> ! #define INSN_ISA_MASK           0x0000ffff
>   #define INSN_ISA1                 0x00000010
>   #define INSN_ISA2                 0x00000020
>   #define INSN_ISA3                 0x00000040
> --- 307,313 ----
>      ORs of these bits, indicatingthat they support the instructions
>      defined at the given level.  */
> 
> ! #define INSN_ISA_MASK           0x00000fff
>   #define INSN_ISA1                 0x00000010
>   #define INSN_ISA2                 0x00000020
>   #define INSN_ISA3                 0x00000040
> 
> 
> --
> Aldy Hernandez					E-mail: aldyh@redhat.com
> Professional Gypsy and Camel Trader
> Red Hat, Inc.
--
Look out behind you!


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