summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_amain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/pe_amain.c')
-rw-r--r--src/driver/pe_amain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver/pe_amain.c b/src/driver/pe_amain.c
index 0593a74..8fb1788 100644
--- a/src/driver/pe_amain.c
+++ b/src/driver/pe_amain.c
@@ -69,6 +69,9 @@ static void pe_perform_unit_actions(
if ((flags & PERK_OUTPUT_IMPORT_LIBS) || (flags & PERK_OUTPUT_IMPORT_SYMS))
pe_output_import_libraries(dctx,uctx->meta,0);
+
+ if ((flags & PERK_OUTPUT_MDSO_LIBS) || (flags & PERK_OUTPUT_MDSO_SYMS))
+ pe_output_mdso_libraries(dctx,uctx->meta,0);
}
static int pe_exit(struct pe_driver_ctx * dctx, int ret)