diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 06:32:48 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 06:33:33 +0000 |
commit | 2dc23e0157138d12423ae15f8b18e1e5e56aeb14 (patch) | |
tree | f9674c0feb3914a11fad0f695915bbfe55b0f838 /src/skin/slbt_skin_ar.c | |
parent | a740e6c4518d810d98b58549cf1270ed410f2f14 (diff) | |
download | slibtool-2dc23e0157138d12423ae15f8b18e1e5e56aeb14.tar.bz2 slibtool-2dc23e0157138d12423ae15f8b18e1e5e56aeb14.tar.xz |
ar mode: utility: version script printing: added the -Wmapfile switch.
Diffstat (limited to 'src/skin/slbt_skin_ar.c')
-rw-r--r-- | src/skin/slbt_skin_ar.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_ar.c b/src/skin/slbt_skin_ar.c index 58059aa..edd4247 100644 --- a/src/skin/slbt_skin_ar.c +++ b/src/skin/slbt_skin_ar.c @@ -36,6 +36,14 @@ const struct argv_option slbt_ar_options[] = { "print out information pertaining to each archive file " "and its various internal elements"}, + {"Wmapfile", 0,TAG_AR_MAPFILE,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY, + 0,0, + "print out a map file (aka symbol file, aka version script); " + "including either all armap symbols (if no regex filter was " + "specified), or otherwise only the symbols that match the " + "specified regex filter."}, + {"Wregex", 0,TAG_AR_REGEX,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE, 0,"<regexp>", |