]> Zhao Yanbai Git Server - minix.git/commit
DS: workaround for weak symbol issue 63/3163/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 24 Aug 2015 13:59:23 +0000 (15:59 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 17 Sep 2015 17:13:28 +0000 (17:13 +0000)
commit23369f9c9e51a427959543e926525e7a0bee525e
treeae9aee5ceb867055f8b25375efb5922df4b20494
parent3a3478dcea16cd56275b5a2310316cc8425cb5f4
DS: workaround for weak symbol issue

The bitcode file given to the instrumentation pass does not include
certain weak symbols, in particular regcomp and regfree, which are
required to be visible to the magic pass for state transfer to work
correctly.  This patch forces DS to make the calls using their actual
symbol names (with leading underscore), thus resolving the issue, but
this issue should really be solved in a cleaner and more generic way.

Change-Id: Iebee4341cc30ddabcf7593afb5c49d41c0839863
minix/servers/ds/Makefile