Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / bfd / cpu-nds32.c
index 2dbf20bed9ddd5949cb5e0337ea064bbbbac01aa..ff148afc0d0f2c02fc5489b56593dbdcb5269c05 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the NDS32 processor
 /* BFD support for the NDS32 processor
-   Copyright (C) 2012-2018 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.
    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, \
 
 #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]
 
 #define NEXT           &arch_info_struct[0]
 #define NDS32V2_NEXT   &arch_info_struct[1]
This page took 0.040489 seconds and 4 git commands to generate.