ports/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_stap-probe.c
Lev A. Serebryakov ee1cdeab01 Fix build with clang 3 (10-STABLE) and clang 6 (12-CURRENT) compilers.
Add option (default ON) to create version-independend symlink for Arduino IDE.
2018-01-25 14:01:37 +00:00

11 lines
340 B
C

--- src/gdb/gdb/stap-probe.c.orig 2018-01-23 18:50:38.886661000 +0300
+++ src/gdb/gdb/stap-probe.c 2018-01-23 18:51:08.013663000 +0300
@@ -102,6 +102,8 @@
class stap_static_probe_ops : public static_probe_ops
{
public:
+ stap_static_probe_ops() {}
+
/* See probe.h. */
bool is_linespec (const char **linespecp) const override;