ubsan: xgate: left shift of negative value
[deliverable/binutils-gdb.git] / opcodes / d10v-opc.c
index 2acfce089e6f29418d074b05d1dc3774ec1fbb2f..346150b32063e822edfddf1ee120093d56ad3c4f 100644 (file)
@@ -1,5 +1,5 @@
 /* d10v-opc.c -- D10V opcode list
-   Copyright (C) 1996-2014 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
    Written by Martin Hunt, Cygnus Support
 
    This file is part of the GNU opcodes library.
@@ -89,8 +89,8 @@ const struct pd_reg d10v_predefined_registers[] =
   { "sp", NULL, OPERAND_SP|(OPERAND_GPR+15) },
 };
 
-int 
-d10v_reg_name_cnt()
+int
+d10v_reg_name_cnt (void)
 {
   return (sizeof(d10v_predefined_registers) / sizeof(struct pd_reg));
 }
This page took 0.024406 seconds and 4 git commands to generate.