This is the mail archive of the binutils@sourceware.org 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 1/4] [ARC] Add NPS400 instruction subclass and flag


Hi,

> --- a/include/opcode/arc.h
> +++ b/include/opcode/arc.h
> @@ -75,7 +75,8 @@ typedef enum
>      SHFT2,
>      SWAP,
>      SP,
> -    SPX
> +    SPX,
> +    NPS400
>    } insn_subclass_t;

We tend to keep this enum alphabetical ordered, please can u add NPS400 entry accordingly?

Thanks,
Claudiu


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