Add missing ChangeLog entries for PR binutis/18386
[deliverable/binutils-gdb.git] / opcodes / mips-formats.h
index 4b5aaaf31a34bb50eb8936b3ad362d53f993c5b0..dc7bfdda22e287107a06a8078e4327276e1ef5b1 100644 (file)
@@ -1,5 +1,5 @@
 /* mips-formats.h
-   Copyright 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
    This library is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
     static const struct mips_operand op = { OP_##TYPE, SIZE, LSB }; \
     return &op; \
   }
+
+#define PREV_CHECK(SIZE, LSB, GT_OK, LT_OK, EQ_OK, ZERO_OK) \
+  { \
+    static const struct mips_check_prev_operand op = { \
+      { OP_CHECK_PREV, SIZE, LSB }, GT_OK, LT_OK, EQ_OK, ZERO_OK \
+    }; \
+    return &op.root; \
+  }
This page took 0.022698 seconds and 4 git commands to generate.