Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / gdb / amd64-nbsd-nat.c
index e1c07dfb4c996a886d9e43a5aa142a50dd9f32df..24e3aae7ecb79ccf737dd46a8e19bf0d538e4ff6 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for NetBSD/amd64.
 
-   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -63,5 +63,5 @@ _initialize_amd64nbsd_nat (void)
   amd64_native_gregset32_num_regs = ARRAY_SIZE (amd64nbsd32_r_reg_offset);
   amd64_native_gregset64_reg_offset = amd64nbsd_r_reg_offset;
 
-  add_target (&the_amd64_nbsd_nat_target);
+  add_inf_child_target (&the_amd64_nbsd_nat_target);
 }
This page took 0.0246 seconds and 4 git commands to generate.