unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / cpu-d10v.c
index b161115788c0548a4da508c3fb10a7ff2007c7f8..7331a0b119e7d58dad29fc655dbbb7ad570e157d 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD support for the D10V processor
-   Copyright 1996, 1999, 2000, 2002, 2005, 2007, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1996-2018 Free Software Foundation, Inc.
    Contributed by Martin Hunt (hunt@cygnus.com).
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -33,10 +32,11 @@ static const bfd_arch_info_type d10v_ts3_info =
   bfd_mach_d10v_ts3,
   "d10v",
   "d10v:ts3",
-  4,   /* Section alignment power.  */
+  4,   /* Section alignment power.  */
   FALSE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   0,
 };
 
@@ -53,6 +53,7 @@ static const bfd_arch_info_type d10v_ts2_info =
   FALSE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   & d10v_ts3_info,
 };
 
@@ -69,5 +70,6 @@ const bfd_arch_info_type bfd_d10v_arch =
   TRUE,
   bfd_default_compatible,
   bfd_default_scan,
+  bfd_arch_default_fill,
   & d10v_ts2_info,
 };
This page took 0.025557 seconds and 4 git commands to generate.