summaryrefslogtreecommitdiffhomepage
path: root/src/driver/mdso_amain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/mdso_amain.c')
-rw-r--r--src/driver/mdso_amain.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/driver/mdso_amain.c b/src/driver/mdso_amain.c
index bed201d..c0d0824 100644
--- a/src/driver/mdso_amain.c
+++ b/src/driver/mdso_amain.c
@@ -55,6 +55,12 @@ static void mdso_perform_unit_actions(
{
if (uctx->cctx->fmtflags & MDSO_OUTPUT_EXPORT_SYMS)
mdso_output_export_symbols(dctx,uctx);
+
+ if (uctx->cctx->drvflags & MDSO_DRIVER_COMPUTE_CRC32)
+ mdso_output_expsyms_crc32(dctx,uctx);
+
+ if (uctx->cctx->drvflags & MDSO_DRIVER_COMPUTE_CRC64)
+ mdso_output_expsyms_crc64(dctx,uctx);
}
static int mdso_exit(struct mdso_driver_ctx * dctx, int ret)