Change read_alphacoff_dynamic_symtab to use gdb::byte_vector
[deliverable/binutils-gdb.git] / bfd / cpu-m32r.c
index 54fa4f9c3aac876a98202ddc75c8c92b3317e799..47e9c6a767c0401498d0fcd4cb49599f72029224 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the M32R processor.
-   Copyright (C) 1996-2015 Free Software Foundation, Inc.
+   Copyright (C) 1996-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -27,7 +27,7 @@
      bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
 
 #define M32R2_NEXT   & arch_info_struct [1]
-#define NEXT         & arch_info_struct [0]
+#define NEXT        & arch_info_struct [0]
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
This page took 0.026066 seconds and 4 git commands to generate.