new option "--ptinterp" for linux/elf386 compressing PT_INTERP file

p_lx_elf.cpp options.h main.cpp

committer: jreiser <jreiser> 1032629299 +0000
This commit is contained in:
John Reiser
2002-09-21 17:28:19 +00:00
parent 8ad3d01d81
commit 124cdfda37
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -114,6 +114,7 @@ struct options_t {
struct {
unsigned blocksize;
bool force_execve; // force the linux/386 execve format
bool ptinterp; // is PT_INTERP, so don't adjust auxv_t
enum { SCRIPT_MAX = 32 };
const char *script_name;
} unix;