first release of translation facility
* runtime - loading and translating * design-time - works with *.ts file (pip_tr utility) * compile-time - CMake macro for compile *.ts
This commit is contained in:
@@ -640,7 +640,7 @@ int main(int argc, char * argv[]) {
|
||||
if (!objdump.isEmpty()) ++etcnt;
|
||||
if (!otool.isEmpty()) ++etcnt;
|
||||
if (etcnt > 1) {
|
||||
piCout << "Can use only one of \"readelf\", \"objdump\" and \"otool\"!";
|
||||
piCerr << "Can use only one of \"readelf\", \"objdump\" and \"otool\"!";
|
||||
return 1;
|
||||
}
|
||||
if (etcnt > 0) is_ldd = false;
|
||||
|
||||
Reference in New Issue
Block a user