Fix double-free when creating more than one block in JIT debug info reader
[deliverable/binutils-gdb.git] / opcodes / d30v-opc.c
index b7e35e5a0f2c3826d705fc4daff7c18f995e223f..22308086a69ea92513a47296c2ba9f492176f1a8 100644 (file)
@@ -1,6 +1,5 @@
 /* d30v-opc.c -- D30V opcode list
-   Copyright 1997, 1998, 1999, 2000, 2005, 2007, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    Written by Martin Hunt, Cygnus Support
 
    This file is part of the GNU opcodes library.
@@ -195,7 +194,7 @@ const struct pd_reg pre_defined_registers[] =
   { "va", NULL, OPERAND_FLAG + 6 },
 };
 
-int 
+int
 reg_name_cnt (void)
 {
   return sizeof (pre_defined_registers) / sizeof (struct pd_reg);
This page took 0.024583 seconds and 4 git commands to generate.