gas: detect DCTI couples in sparc
[deliverable/binutils-gdb.git] / bfd / cpu-m32c.c
index d2f9cb17b48bf08615eb5286e132f047eaa6f4a0..423394f875e73c48f3baa0269bd2528aeb2bb091 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the M16C/M32C processors.
-   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004-2016 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -49,6 +49,7 @@ static const bfd_arch_info_type arch_info_struct[] =
     FALSE,                     /* the default ? */
     bfd_default_compatible,    /* architecture comparison fn */
     m32c_scan,                 /* string to architecture convert fn */
+    bfd_arch_default_fill,     /* Default fill.  */
     NULL                       /* next in list */
   },
 };
@@ -66,5 +67,6 @@ const bfd_arch_info_type bfd_m32c_arch =
   TRUE,                                /* The default ?  */
   bfd_default_compatible,      /* Architecture comparison fn.  */
   m32c_scan,                   /* String to architecture convert fn.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   &arch_info_struct[0],                /* Next in list.  */
 };
This page took 0.024685 seconds and 4 git commands to generate.