From 6b1e7d1992cd89032df431c0e0d1418b97e57cd8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 30 May 2011 12:31:25 -0400 Subject: Handle DSOs without any dependency in ld.so --- elf/rtld.c | 1 - 1 file changed, 1 deletion(-) (limited to 'elf/rtld.c') diff --git a/elf/rtld.c b/elf/rtld.c index 48c557485c..9eb9289ead 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -922,7 +922,6 @@ 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. */ -- cgit v1.2.3