X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-nds32.c;h=ff148afc0d0f2c02fc5489b56593dbdcb5269c05;hb=39ec04904ff172dd67fd43ed3720f26d854732bf;hp=01c2360acb42fb9638473217a0eff0411bca84f7;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-nds32.c b/bfd/cpu-nds32.c index 01c2360acb..ff148afc0d 100644 --- a/bfd/cpu-nds32.c +++ b/bfd/cpu-nds32.c @@ -1,5 +1,5 @@ /* BFD support for the NDS32 processor - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2020 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]