RISC-V: Add missing hint instructions from RV128I.
[deliverable/binutils-gdb.git] / include / opcode / mn10200.h
index 5b610eb84a060262368f5c15d6c3ea85d29a2f23..35acba34ee441d710e75d89379728baae253733e 100644 (file)
@@ -1,22 +1,23 @@
 /* mn10200.h -- Header file for Matsushita 10200 opcode table
-   Copyright 1996 Free Software Foundation, Inc.
+   Copyright (C) 1996-2018 Free Software Foundation, Inc.
    Written by Jeff Law, Cygnus Support
 
-This file is part of GDB, GAS, and the GNU binutils.
+   This file is part of GDB, GAS, and the GNU binutils.
 
-GDB, GAS, and the GNU binutils are free software; you can redistribute
-them and/or modify them under the terms of the GNU General Public
-License as published by the Free Software Foundation; either version
-1, or (at your option) any later version.
+   GDB, GAS, and the GNU binutils are free software; you can redistribute
+   them and/or modify them under the terms of the GNU General Public
+   License as published by the Free Software Foundation; either version 3,
+   or (at your option) any later version.
 
-GDB, GAS, and the GNU binutils are distributed in the hope that they
-will be useful, but WITHOUT ANY WARRANTY; without even the implied
-warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
-the GNU General Public License for more details.
+   GDB, GAS, and the GNU binutils are distributed in the hope that they
+   will be useful, but WITHOUT ANY WARRANTY; without even the implied
+   warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
+   the GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with this file; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   You should have received a copy of the GNU General Public License
+   along with this file; see the file COPYING3.  If not, write to the Free
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #ifndef MN10200_H
 #define MN10200_H
@@ -92,10 +93,14 @@ extern const struct mn10200_operand mn10200_operands[];
 
 #define MN10200_OPERAND_EXTENDED 0x100
 
+#define MN10200_OPERAND_NOCHECK 0x200
+
 #define MN10200_OPERAND_PCREL 0x400
 
 #define MN10200_OPERAND_MEMADDR 0x800
 
+#define MN10200_OPERAND_RELAX 0x1000
+
 #define FMT_1 1
 #define FMT_2 2
 #define FMT_3 3
This page took 0.036737 seconds and 4 git commands to generate.