X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-mep.c;h=cc10c662ea48cf30ae6201622b5d77e25aedffae;hb=5ad8755225ce901ccd23f1c2995f2f315b0ed8fc;hp=94cb08086da7ad791b55373da71676cf8d78b18c;hpb=b7761f11062dc4d4fd554342ac2d2fb235b65b7a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-mep.c b/bfd/cpu-mep.c index 94cb08086d..cc10c662ea 100644 --- a/bfd/cpu-mep.c +++ b/bfd/cpu-mep.c @@ -1,5 +1,5 @@ /* BFD support for the Toshiba Media Engine Processor. - Copyright (C) 2001, 2002, 2004, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -22,8 +22,8 @@ #include "libbfd.h" #define MA(x, n, def, y) { 32, 32, 8, bfd_arch_mep, x, "mep", n, \ - 2, def, bfd_default_compatible, bfd_default_scan, \ - bfd_arch_default_fill, y } + 2, def, bfd_default_compatible, bfd_default_scan, \ + bfd_arch_default_fill, y, 0 } static const bfd_arch_info_type bfd_c5_arch = MA (bfd_mach_mep_c5, "c5", FALSE, NULL); static const bfd_arch_info_type bfd_h1_arch = MA (bfd_mach_mep_h1, "h1", FALSE, & bfd_c5_arch);