Use gdb_bfd_sections in get_stap_base_address
[deliverable/binutils-gdb.git] / gdb / unittests / unpack-selftests.c
index 89f3e09c4edc8f0602265e5941804a318850ca8e..b02a79644bb408ffd303ceac65507ecd39d8bfc3 100644 (file)
@@ -1,6 +1,6 @@
 /* Self tests for unpack_field_as_long
 
-   Copyright (C) 2018 Free Software Foundation, Inc.
+   Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,7 +18,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "selftest.h"
+#include "gdbsupport/selftest.h"
 #include "selftest-arch.h"
 #include "value.h"
 #include "gdbtypes.h"
@@ -53,6 +53,7 @@ unpack_field_as_long_tests (struct gdbarch *arch)
 }
 }
 
+void _initialize_unpack_selftests ();
 void
 _initialize_unpack_selftests ()
 {
This page took 0.024381 seconds and 4 git commands to generate.