diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 11:57:50 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-30 11:57:50 -0400 |
commit | 4997db742946d08be4378cf91221f558f928bc73 (patch) | |
tree | abefe026aa0ce53d5dbdff7eb9f82bb4b5ded461 /elf | |
parent | 18a84741d8c786053e2a13a179efa22e4b24f160 (diff) | |
download | glibc-4997db742946d08be4378cf91221f558f928bc73.zip glibc-4997db742946d08be4378cf91221f558f928bc73.tar.gz glibc-4997db742946d08be4378cf91221f558f928bc73.tar.bz2 |
One more thinko in CL
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -922,6 +922,7 @@ dl_main (const ElfW(Phdr) *phdr, /* Process the environment variable which control the behaviour. */ process_envvars (&mode); + mode=trace; #ifndef HAVE_INLINED_SYSCALLS /* Set up a flag which tells we are just starting. */ |