We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aa26a commit 0777f65Copy full SHA for 0777f65
instrument-functions.c
@@ -15,7 +15,15 @@
15
#include <string.h>
16
#include <stdlib.h>
17
#include <unistd.h>
18
+
19
+/*
20
+ * The binutils bfd header has a weird inclusion guard, requiring this
21
+ * macro to be defined. Some distributions patch the guard out, others
22
+ * don't.
23
+ */
24
+#define PACKAGE "binutils-bfd.h-guard-workaround"
25
#include <bfd.h>
26
+#undef PACKAGE
27
28
/*
29
* Generate instrumentation calls for entry and exit to functions.
0 commit comments