From 113d3fcaa8e7c14c65e8b45e0ab1baf93cb030a8 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 20 Feb 2019 18:43:32 -0500 Subject: driver: added --crc support: output computed crc32|64 of exported symbols. --- src/skin/mdso_skin_default.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/skin/mdso_skin_default.c') diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c index 0c3fd85..8080c09 100644 --- a/src/skin/mdso_skin_default.c +++ b/src/skin/mdso_skin_default.c @@ -20,6 +20,10 @@ const struct argv_option mdso_default_options[] = { {"obj", 'b',TAG_OBJ,ARGV_OPTARG_NONE,0,0,0, "generate objects"}, + {"crc", 'c',TAG_CRC,ARGV_OPTARG_REQUIRED,0,"32|64",0, + "compute and display the exported symbols' " + "%s-bit crc sum."}, + {"machine", 'm',TAG_QUAD_PTR,ARGV_OPTARG_REQUIRED,0,"32|64",0, "set machine bits to %s"}, -- cgit v1.2.3