From 71e23ff9659b1a24908a20eff781c8ba4c6c6abe Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Wed, 13 Jun 2012 14:51:57 -0400 Subject: [PATCH] WIP: Sample shlib export link script --- gtmshr_symbols.export | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gtmshr_symbols.export diff --git a/gtmshr_symbols.export b/gtmshr_symbols.export new file mode 100644 index 0000000..44e410c --- /dev/null +++ b/gtmshr_symbols.export @@ -0,0 +1,21 @@ +{ +global: + gtm_main; + gtm_init; + gtm_ci; + gtm_cip; + gtm_exit; + gtm_zstatus; + gtm_hiber_start; + gtm_hiber_start_wait_any; + gtm_start_timer; + gtm_cancel_timer; + gtm_jnlpool_detach; + gtm_malloc; + gtm_free; + gtm_filename_to_id; + gtm_is_file_identical; + gtm_xcfileid_free; +local: + *; +};