- Upgrade libipt from v2.0 to v2.0.1. * Use -DBUILD_SHARED_LIBS=OFF to build libipt.a, and drop part of v1.5-libipt-static.patch that consequentially has become unnecessary. OBS-URL: https://build.opensuse.org/request/show/733347 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=228
12 lines
384 B
Diff
12 lines
384 B
Diff
--- processor-trace-1.5/libipt/src/posix/init.c-orig 2016-04-07 08:52:14.000000000 +0200
|
|
+++ processor-trace-1.5/libipt/src/posix/init.c 2016-08-23 09:04:11.540176668 +0200
|
|
@@ -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();
|