ports/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_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
326 B
C

--- src/gdb/gdb/probe.c.orig 2018-01-24 19:30:20.436713000 +0300
+++ src/gdb/gdb/probe.c 2018-01-24 19:30:41.659782000 +0300
@@ -43,6 +43,8 @@
class any_static_probe_ops : public static_probe_ops
{
public:
+ any_static_probe_ops() {}
+
/* See probe.h. */
bool is_linespec (const char **linespecp) const override;