aboutsummaryrefslogtreecommitdiff
path: root/gdb/addrmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/addrmap.c')
-rw-r--r--gdb/addrmap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/addrmap.c b/gdb/addrmap.c
index ea8bf0e..4549350 100644
--- a/gdb/addrmap.c
+++ b/gdb/addrmap.c
@@ -479,9 +479,7 @@ test_addrmap ()
} /* namespace selftests */
#endif /* GDB_SELF_TEST */
-void _initialize_addrmap ();
-void
-_initialize_addrmap ()
+INIT_GDB_FILE (addrmap)
{
#if GDB_SELF_TEST
selftests::register_test ("addrmap", selftests::test_addrmap);