Update copyright years
[deliverable/binutils-gdb.git] / bfd / verilog.c
index 551e5c42803f97b8f0c87dd68da7e265e07f5fde..276e7fc7564fcb8e59af126c3beda242a026a928 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD back-end for verilog hex memory dump files.
-   Copyright 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
    Written by Anthony Green <green@moxielogic.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -332,6 +331,7 @@ const bfd_target verilog_vec =
   0,                           /* Leading underscore.  */
   ' ',                         /* AR_pad_char.  */
   16,                          /* AR_max_namelen.  */
+  0,                           /* match priority.  */
   bfd_getb64, bfd_getb_signed_64, bfd_putb64,
   bfd_getb32, bfd_getb_signed_32, bfd_putb32,
   bfd_getb16, bfd_getb_signed_16, bfd_putb16,  /* Data.  */
This page took 0.024693 seconds and 4 git commands to generate.