Add target_ops argument to to_read_btrace
[deliverable/binutils-gdb.git] / gdb / vaxnbsd-tdep.c
index f1173ca4e9524fe310286a1278702b14414a29d0..0e7cdfb7fba41d1364588eba4c54e2279a26d123 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for NetBSD/vax.
 
-   Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #include "vax-tdep.h"
 #include "solib-svr4.h"
 
-#include "gdb_string.h"
-
-/* NetBSD a.out.  */
-
-static void
-vaxnbsd_aout_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
-{
-}
+#include <string.h>
 
 /* NetBSD ELF.  */
 
@@ -50,8 +43,6 @@ void _initialize_vaxnbsd_tdep (void);
 void
 _initialize_vaxnbsd_tdep (void)
 {
-  gdbarch_register_osabi (bfd_arch_vax, 0, GDB_OSABI_NETBSD_AOUT,
-                         vaxnbsd_aout_init_abi);
   gdbarch_register_osabi (bfd_arch_vax, 0, GDB_OSABI_NETBSD_ELF,
                          vaxnbsd_elf_init_abi);
 }
This page took 0.137203 seconds and 4 git commands to generate.