X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fcpu-epiphany.c;h=020788d36be02ac408c4df8f6e4ede3c80846d13;hb=685080f2100373d1a45932521f9a24922a68d68f;hp=13427c190e6b6b023d88605cc0912b914a1f802c;hpb=926e2094bb184293131b21b9394d092d86d695c8;p=binutils-gdb.git diff --git a/bfd/cpu-epiphany.c b/bfd/cpu-epiphany.c index 13427c190e6..020788d36be 100644 --- a/bfd/cpu-epiphany.c +++ b/bfd/cpu-epiphany.c @@ -1,5 +1,5 @@ /* BFD support for the Adapteva EPIPHANY processor. - Copyright 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2009-2015 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -36,6 +36,7 @@ const bfd_arch_info_type bfd_epiphany16_arch = FALSE, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ + bfd_arch_default_fill, /* Default fill. */ NULL /* Next in list. */ }; @@ -52,5 +53,6 @@ const bfd_arch_info_type bfd_epiphany_arch = TRUE, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ + bfd_arch_default_fill, /* Default fill. */ & bfd_epiphany16_arch /* Next in list. */ };