From: Ulrich Drepper Date: Mon, 30 May 2011 15:57:50 +0000 (-0400) Subject: One more thinko in CL X-Git-Tag: glibc-2.14~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4997db742946d08be4378cf91221f558f928bc73;p=thirdparty%2Fglibc.git One more thinko in CL --- diff --git a/ChangeLog b/ChangeLog index bc879b799dc..f5309dfb363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,7 +32,7 @@ [BZ #11799] * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention - SI_USER in the comment. + raise in the comment. * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. diff --git a/elf/rtld.c b/elf/rtld.c index 9eb9289eadf..48c557485c1 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -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. */