For PPC64/ELFv1: Introduce mst_data_gnu_ifunc
[deliverable/binutils-gdb.git] / bfd / cpu-nios2.c
index 1e8f521bee08b28ce3223df8b6945f3d1ce09671..f67b3213b9706e33b73a11c288ac58df8e82f520 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the Altera Nios II processor.
-   Copyright (C) 2012-2015 Free Software Foundation, Inc.
+   Copyright (C) 2012-2018 Free Software Foundation, Inc.
    Contributed by Nigel Gray (ngray@altera.com).
    Contributed by Mentor Graphics, Inc.
 
@@ -57,7 +57,7 @@ nios2_compatible (const bfd_arch_info_type *a,
     DEFAULT,                                           \
     nios2_compatible,                                  \
     bfd_default_scan,                                  \
-    bfd_arch_default_fill,                             \
+    bfd_arch_default_fill,                             \
     NEXT                                               \
   }
 
@@ -70,5 +70,5 @@ static const bfd_arch_info_type arch_info_struct[] =
   N (32, 32, bfd_mach_nios2r2, "nios2:r2", FALSE, NULL),
 };
 
-const bfd_arch_info_type bfd_nios2_arch = 
+const bfd_arch_info_type bfd_nios2_arch =
   N (32, 32, 0, "nios2", TRUE, NIOS2R1_NEXT);
This page took 0.02467 seconds and 4 git commands to generate.