}
}
+#if 0
/* If no tool specified, can act appropriately without loading tool */
if (*tool == NULL) {
if (0 == *need_help) {
usage(/*help-debug?*/2 == *need_help);
}
}
+#endif
+ /* hardwire the only currently supported tool. */
+ *tool = "none";
}
static void process_cmd_line_options( UInt* client_auxv, const char* toolname )
VERSION, VG_PLATFORM);
VG_(message)(Vg_UserMsg,
"Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.");
+ VG_(message)(Vg_UserMsg,
+ "EXPERIMENTAL LibVEX/IR-based system. Using LibVEX rev 396.");
+ VG_(message)(Vg_UserMsg,
+ "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP.");
}
if (VG_(clo_verbosity) > 0 && VG_(clo_log_to) != VgLogTo_Fd) {