gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / complaints.c
index b1422076989ccce20db11d8e55c07cbd6f5930ab..45f3e5027d875e5615fee37235354ea5a65cf169 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for complaint handling during symbol reading in GDB.
 
-   Copyright (C) 1990-2019 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Standard C++ includes.  */
-#include <unordered_map>
-
-/* Local non-gdb includes.  */
-#include "command.h"
 #include "complaints.h"
+#include "command.h"
 #include "gdbcmd.h"
+#include <unordered_map>
 
 /* Map format strings to counters.  */
 
@@ -78,8 +74,9 @@ complaints_show_value (struct ui_file *file, int from_tty,
                    value);
 }
 
+void _initialize_complaints ();
 void
-_initialize_complaints (void)
+_initialize_complaints ()
 {
   add_setshow_zinteger_cmd ("complaints", class_support, 
                            &stop_whining, _("\
This page took 0.030212 seconds and 4 git commands to generate.