From: Pierre-Marc Fournier Date: Mon, 14 Dec 2009 07:10:01 +0000 (-0500) Subject: Add dummy marker and tracepoint to libust-initializer X-Git-Tag: v1.9.1~807 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=d57c0d75a247da5dffd8b07a9717958f6cb76e64;hp=d57c0d75a247da5dffd8b07a9717958f6cb76e64;p=lttng-ust.git Add dummy marker and tracepoint to libust-initializer Without these, the __start... and __stop... symbols are not defined, and compilation fails with an obscure relocation message. A more elegant solution should be found. ---