diff options
author | midipix <writeonce@midipix.org> | 2017-02-08 00:41:56 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-08 01:19:08 -0500 |
commit | 3e55ee4c865e68c28daf9fe0a90346fa5c3446f2 (patch) | |
tree | 0f9a805b6497bb828dc7da4fb5ef27a6a0ef862e /src/internal | |
parent | c12a925ddba06fc1d11298fc26c10f2d5ffb91db (diff) | |
download | mdso-3e55ee4c865e68c28daf9fe0a90346fa5c3446f2.tar.bz2 mdso-3e55ee4c865e68c28daf9fe0a90346fa5c3446f2.tar.xz |
driver: utility api: added mdso_create_implib_objects().
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index 5e260f8..ffeae9d 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -16,6 +16,7 @@ enum app_tags { TAG_HELP, TAG_VERSION, TAG_ASM, + TAG_OBJ, TAG_QUAD_PTR, TAG_LIBPATH, TAG_LIBNAME, |