PR25351 .ARM.attributes not found for symbol
[deliverable/binutils-gdb.git] / gdb / stap-probe.c
index ba927790a5d6bb1aa33dbdf3d136dc9bf2c3954d..39da2900e7af30d0c24702019c8b835038b0b646 100644 (file)
@@ -1,6 +1,6 @@
 /* SystemTap probe support for GDB.
 
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -101,6 +101,12 @@ struct stap_probe_arg
 class stap_static_probe_ops : public static_probe_ops
 {
 public:
+  /* We need a user-provided constructor to placate some compilers.
+     See PR build/24937.  */
+  stap_static_probe_ops ()
+  {
+  }
+
   /* See probe.h.  */
   bool is_linespec (const char **linespecp) const override;
 
This page took 0.036083 seconds and 4 git commands to generate.