From 6848b7f8ed9521f9c4c36b62d4d204e693194cee Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 23 Dec 2015 00:22:03 -0500 Subject: driver: added --libpath option. --- src/skin/mdso_skin_default.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/skin') diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c index 8969023..3206e4f 100644 --- a/src/skin/mdso_skin_default.c +++ b/src/skin/mdso_skin_default.c @@ -11,6 +11,13 @@ const struct argv_option mdso_default_options[] = { {"machine", 'm',TAG_QUAD_PTR,ARGV_OPTARG_REQUIRED,"32|64",0, "set machine bits to %s"}, + {"libpath", 'l',TAG_LIBPATH,ARGV_OPTARG_REQUIRED,"loader|peb|system32",0, + "runtime loader should search for the library either " + "according to its internal/inherited path (loader), " + "or according to the library path in the process PEB block (peb); " + "alternatively, the loader may only search for the library " + "in the system library directory (system32)."}, + {"libname", 'n',TAG_LIBNAME,ARGV_OPTARG_REQUIRED,0,"", "set dependency library name to %s"}, -- cgit v1.2.3