Add linker script and libust initializer object
authorJan Blunck <jblunck@suse.de>
Thu, 5 Nov 2009 17:13:18 +0000 (18:13 +0100)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 11 Nov 2009 21:47:59 +0000 (16:47 -0500)
commit25123621e72daf757b53fe8b5f28130a98016988
tree68708f96b16fb97f92ebb9443bdd6435e5a95f3c
parentc93858f1db9c8fedb9cb3dc751c95ce77083c7ee
Add linker script and libust initializer object

This adds a libust initializer object which gets linked automagically if
you link against libust.so, which is a linker skript from now on. The
object file just ensures that the libust is initialized properly without
forcing the user of the library to care about calling MARKER_LIB and
TRACEPOINT_LIB explicitly.

Signed-off-by: Jan Blunck <jblunck@suse.de>
Makefile.am
libust-initializer.c [new file with mode: 0644]
libust.ldscript.in [new file with mode: 0644]
This page took 0.023396 seconds and 4 git commands to generate.