summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/opcode/arc.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index eacfeb9ac9..eae3138bc7 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-21 Rinat Zelig <rinat@mellanox.com>
+
+ * opcode/arc.h (insn_class_t): Add DMA class.
+
2017-03-16 Nick Clifton <nickc@redhat.com>
* elf/common.h (GNU_BUILD_ATTRIBUTE_SHORT_ENUM): New GNU BUILD
diff --git a/include/opcode/arc.h b/include/opcode/arc.h
index f263fff10a..3914dc04ef 100644
--- a/include/opcode/arc.h
+++ b/include/opcode/arc.h
@@ -53,6 +53,7 @@ typedef enum
BRCC,
CONTROL,
DIVREM,
+ DMA,
DPI,
DSP,
EI,