diff options
author | midipix <writeonce@midipix.org> | 2019-02-20 18:43:32 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-20 23:31:15 -0500 |
commit | 113d3fcaa8e7c14c65e8b45e0ab1baf93cb030a8 (patch) | |
tree | 054385cfa585c0f07b4bb6d62187c5312a50e767 /src/internal | |
parent | c6570d037a1def5d7d25d832b28ca3ce7398657c (diff) | |
download | mdso-113d3fcaa8e7c14c65e8b45e0ab1baf93cb030a8.tar.bz2 mdso-113d3fcaa8e7c14c65e8b45e0ab1baf93cb030a8.tar.xz |
driver: added --crc support: output computed crc32|64 of exported symbols.
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 4cf4064..dc37a66 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -28,6 +28,7 @@ extern const struct argv_option mdso_default_options[]; enum app_tags { TAG_HELP, TAG_VERSION, + TAG_CRC, TAG_ASM, TAG_OBJ, TAG_QUAD_PTR, |