Fix spelling mistakes in comments in configure scripts
[deliverable/binutils-gdb.git] / opcodes / d30v-opc.c
index 806fb3c6476354db921c9f7654dfb9e7433058fa..c85dfc0a07cad396ab8a8801c02f20f1d4421e09 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-2016 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.02343 seconds and 4 git commands to generate.