b774b86094
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gdb#6aff62077bcb16ebf2ba3c498634bce35eda276b
14 lines
431 B
Diff
14 lines
431 B
Diff
Index: processor-trace-2.0/libipt/src/posix/init.c
|
|
===================================================================
|
|
--- processor-trace-2.0.orig/libipt/src/posix/init.c
|
|
+++ processor-trace-2.0/libipt/src/posix/init.c
|
|
@@ -29,7 +29,7 @@
|
|
#include "pt_ild.h"
|
|
|
|
|
|
-static void __attribute__((constructor)) init(void)
|
|
+void __libipt_init(void)
|
|
{
|
|
/* Initialize the Intel(R) Processor Trace instruction decoder. */
|
|
pt_ild_init();
|