Relax assertion in BFIN linker to allow for discard GOT relocs.
[binutils-gdb.git] / bfd / cpu-mcore.c
index c01dd1020cd2a26d552b3fce03522ebb64cf23da..8e8c7a1c719e1aee78e261b4ef92d3ee3b88d040 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for Motorola's MCore architecture
-   Copyright 1993, 1999, 2000, 2002, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1993-2016 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -35,5 +35,6 @@ const bfd_arch_info_type bfd_mcore_arch =
   TRUE,                                /* Is this the default architecture ? */
   bfd_default_compatible,      /* Architecture comparison function */
   bfd_default_scan,            /* String to architecture conversion */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list */
 };