X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-nds32.c;h=cfa15a033c4d9f8d22846c66dd10d25f78ca5ecf;hb=6b3a34ea875f5f7c01c9e2df005e27036fefa88a;hp=d5b2bf420d05aa6acd15472f1b959dcaf444e8b0;hpb=35c081572f32263b24554ae40502fb5b51ece8c6;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-nds32.c b/bfd/cpu-nds32.c index d5b2bf420d..cfa15a033c 100644 --- a/bfd/cpu-nds32.c +++ b/bfd/cpu-nds32.c @@ -1,5 +1,5 @@ /* BFD support for the NDS32 processor - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2019 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of BFD, the Binary File Descriptor library. @@ -26,7 +26,7 @@ #define N(number, print, default, next) \ {32, 32, 8, bfd_arch_nds32, number, "nds32", print, 4, default, \ - bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next } + bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next, 0 } #define NEXT &arch_info_struct[0] #define NDS32V2_NEXT &arch_info_struct[1]