mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
[ARC] Update MAX_INSN_FLGS.
It is required to parse instructions like ldb.x.a.di. include/ 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com> * opcode/arc.h (MAX_INSN_FLGS): Update to 4.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
|
||||||
|
|
||||||
|
* opcode/arc.h (MAX_INSN_FLGS): Update to 4.
|
||||||
|
|
||||||
2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* include/opcode/i386.h (NOTRACK_PREFIX_OPCODE): New.
|
* include/opcode/i386.h (NOTRACK_PREFIX_OPCODE): New.
|
||||||
|
@ -33,7 +33,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MAX_INSN_FLGS
|
#ifndef MAX_INSN_FLGS
|
||||||
#define MAX_INSN_FLGS 3
|
#define MAX_INSN_FLGS 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Instruction Class. */
|
/* Instruction Class. */
|
||||||
|
Reference in New Issue
Block a user