Remove lookup_minimal_symbol_solib_trampoline
[deliverable/binutils-gdb.git] / bfd / cpu-frv.c
index fd2aedb828a1bffa5c838ac2713ae0b64296d85b..e4a15345f1b87edf92defffbdff2515ba2abddb9 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the FRV processor.
-   Copyright 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002-2019 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -24,9 +24,9 @@
 
 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT)                         \
 {                                                                      \
-  32,                          /* 32 bits in a word */                 \
-  32,                          /* 32 bits in an address */             \
-  8,                           /* 8 bits in a byte */                  \
+  32,                          /* 32 bits in a word */                 \
+  32,                          /* 32 bits in an address */             \
+  8,                           /* 8 bits in a byte */                  \
   bfd_arch_frv,                        /* architecture */                      \
   MACHINE,                     /* which machine */                     \
   "frv",                       /* architecture name */                 \
@@ -35,6 +35,7 @@
   DEFAULT,                     /* is this the default? */              \
   bfd_default_compatible,      /* architecture comparison fn */        \
   bfd_default_scan,            /* string to architecture convert fn */ \
+  bfd_arch_default_fill,       /* Default fill.  */                    \
   NEXT                         /* next in list */                      \
 }
 
This page took 0.024766 seconds and 4 git commands to generate.