gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / agent.c
index da251a3af7b7c52b83d31709a540b9e5ddce7d85..77ece234996e84061e888d76389bfe163956aacc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2019 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -74,8 +74,9 @@ agent_new_objfile (struct objfile *objfile)
   agent_look_up_symbols (objfile);
 }
 
+void _initialize_agent ();
 void
-_initialize_agent (void)
+_initialize_agent ()
 {
   gdb::observers::new_objfile.attach (agent_new_objfile);
 
This page took 0.026053 seconds and 4 git commands to generate.