S/390: Add missing operand to tb instruction
[deliverable/binutils-gdb.git] / opcodes / d30v-opc.c
index 806fb3c6476354db921c9f7654dfb9e7433058fa..f4e468847c7c33db3a0c410da6de0e9f6df4ce9c 100644 (file)
@@ -1,5 +1,5 @@
 /* d30v-opc.c -- D30V opcode list
 /* d30v-opc.c -- D30V opcode list
-   Copyright 1997, 1998, 1999, 2000, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1997-2017 Free Software Foundation, Inc.
    Written by Martin Hunt, Cygnus Support
 
    This file is part of the GNU opcodes library.
    Written by Martin Hunt, Cygnus Support
 
    This file is part of the GNU opcodes library.
@@ -19,8 +19,8 @@
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include <stdio.h>
 #include "sysdep.h"
 #include "sysdep.h"
+#include <stdio.h>
 #include "opcode/d30v.h"
 
 /* This table is sorted.
 #include "opcode/d30v.h"
 
 /* This table is sorted.
@@ -194,7 +194,7 @@ const struct pd_reg pre_defined_registers[] =
   { "va", NULL, OPERAND_FLAG + 6 },
 };
 
   { "va", NULL, OPERAND_FLAG + 6 },
 };
 
-int 
+int
 reg_name_cnt (void)
 {
   return sizeof (pre_defined_registers) / sizeof (struct pd_reg);
 reg_name_cnt (void)
 {
   return sizeof (pre_defined_registers) / sizeof (struct pd_reg);
This page took 0.027982 seconds and 4 git commands to generate.