From a321328986a6b0ae2a6988326fdd12d44b4dbd75 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 2 Apr 2010 18:57:58 +0000 Subject: Allow symbol export filtering to work properly on platforms that have symbol prefixes. Some platforms prefix externally-visible symbols in object files generated from C sources (most commonly, '_' is the prefix). On these platforms, the existing symbol export filtering process ends up suppressing all the symbols that are supposed to be left visible. This patch allows the prefix string to be supplied to the top-level Makefile in the LINKER_SYMBOL_PREFIX variable, and then generates the linker scripts as required to include the prefix supplied. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@255906 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_ael_share.exports.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 res/res_ael_share.exports.in (limited to 'res/res_ael_share.exports.in') diff --git a/res/res_ael_share.exports.in b/res/res_ael_share.exports.in new file mode 100644 index 000000000..5db09cc02 --- /dev/null +++ b/res/res_ael_share.exports.in @@ -0,0 +1,4 @@ +{ + global: + *; +}; -- cgit v1.2.3