diff options
author | midipix <writeonce@midipix.org> | 2015-12-23 00:22:03 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:31 -0500 |
commit | 6848b7f8ed9521f9c4c36b62d4d204e693194cee (patch) | |
tree | c0146d23c021f7e49e4d618f1b7f1d101f15ba3c /include | |
parent | 6691d883d212073b429b940edc8756b0179b4218 (diff) | |
download | mdso-6848b7f8ed9521f9c4c36b62d4d204e693194cee.tar.bz2 mdso-6848b7f8ed9521f9c4c36b62d4d204e693194cee.tar.xz |
driver: added --libpath option.
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 88159fc..6f2796c 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -48,6 +48,7 @@ struct mdso_common_ctx { uint64_t drvflags; uint64_t actflags; uint64_t fmtflags; + uint32_t dsoflags; const char * libname; const char * asmbase; const char * dstdir; |