summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-02-11 14:38:50 -0500
committermidipix <writeonce@midipix.org>2017-02-11 19:23:15 -0500
commitc70c0a72abe470aa16aefd47f1fdde5c4aa0718f (patch)
tree0cc0fe527b27e7d5f074f792eeeb5ad270af2d86 /src/internal
parent9c013b63fef168f49246fd69ab0c0ce024a20941 (diff)
downloadmdso-c70c0a72abe470aa16aefd47f1fdde5c4aa0718f.tar.bz2
mdso-c70c0a72abe470aa16aefd47f1fdde5c4aa0718f.tar.xz
driver: utility api: added mdso_create_implib_archive().
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/mdso_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index ffeae9d..6b092dc 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -18,6 +18,7 @@ enum app_tags {
TAG_ASM,
TAG_OBJ,
TAG_QUAD_PTR,
+ TAG_IMPLIB,
TAG_LIBPATH,
TAG_LIBNAME,
TAG_DSTDIR,
@@ -34,6 +35,7 @@ struct mdso_driver_ctx_impl {
struct mdso_common_ctx cctx;
struct mdso_driver_ctx ctx;
char * asmbase;
+ char * implib;
int fddst;
int fdtmpin;
const struct mdso_unit_ctx * euctx;