From f420747a94d043196cc10c98eaa89c6a3b1e6cc6 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 21 Feb 2024 01:17:11 +0000 Subject: execution context: added support for -export-symbols. --- include/slibtool/slibtool.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 4185cb2..a3525b6 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -207,6 +207,9 @@ struct slbt_exec_ctx { char ** symdefs; char ** symfile; + char ** explarg; + char ** expsyms; + char ** lout[2]; char ** mout[2]; char ** rpath[2]; @@ -232,6 +235,7 @@ struct slbt_exec_ctx { char * relfilename; char * dsorellnkname; char * deffilename; + char * mapfilename; char * rpathfilename; char * dimpfilename; -- cgit v1.2.3