From c70c0a72abe470aa16aefd47f1fdde5c4aa0718f Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 11 Feb 2017 14:38:50 -0500 Subject: driver: utility api: added mdso_create_implib_archive(). --- src/internal/mdso_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') 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; -- cgit v1.2.3