gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / producer.c
index 82696ef880df187b8e71be8ffcdbc56b169854cc..735a928f335ad5e868eaf9278ae08cfc7e92aa2a 100644 (file)
@@ -1,6 +1,6 @@
 /* Producer string parsers for GDB.
 
-   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,7 +19,7 @@
 
 #include "defs.h"
 #include "producer.h"
-#include "selftest.h"
+#include "gdbsupport/selftest.h"
 
 /* See producer.h.  */
 
@@ -208,6 +208,7 @@ Version 18.0 Beta";
 }
 #endif
 
+void _initialize_producer ();
 void
 _initialize_producer ()
 {
This page took 0.025548 seconds and 4 git commands to generate.