diff options
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/mdso_skin_default.c | 4 |
1 files changed, 4 insertions, 0 deletions
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"}, |