Explicitly include <array> for std::array<>.
[deliverable/binutils-gdb.git] / gdb / sparc64-nbsd-tdep.c
index 1abb721e2e01110bdf507ab3b02e3d8e9738db44..08ba64bf8fd70fe2498eabda37a24beb64cf95e6 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/sparc64.
 
-   Copyright (C) 2002-2016 Free Software Foundation, Inc.
+   Copyright (C) 2002-2017 Free Software Foundation, Inc.
    Based on code contributed by Wasabi Systems, Inc.
 
    This file is part of GDB.
@@ -276,5 +276,5 @@ void
 _initialize_sparc64nbsd_tdep (void)
 {
   gdbarch_register_osabi (bfd_arch_sparc, bfd_mach_sparc_v9,
-                         GDB_OSABI_NETBSD_ELF, sparc64nbsd_init_abi);
+                         GDB_OSABI_NETBSD, sparc64nbsd_init_abi);
 }
This page took 0.023281 seconds and 4 git commands to generate.