From 08a8944a7ecd8faa1fbe09e4bb0abbd3970735a6 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 2 Mar 2016 12:01:40 -0500 Subject: output: implemented --pretty=dlltool for exported symbols. --- src/driver/pe_driver_ctx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/driver') diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index bf55e5e..6d02c69 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -169,6 +169,8 @@ int pe_get_driver_ctx( if (pretty && !strcmp(pretty,"yaml")) cctx.fmtflags |= PERK_PRETTY_YAML; + else if (pretty && !strcmp(pretty,"dlltool")) + cctx.fmtflags |= PERK_PRETTY_DLLTOOL; if (!(ctx = pe_driver_ctx_alloc(meta,&cctx,nunits)) && cctx.output) close(fdout); -- cgit v1.2.3