This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.13-253-g4997db7


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  4997db742946d08be4378cf91221f558f928bc73 (commit)
      from  18a84741d8c786053e2a13a179efa22e4b24f160 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4997db742946d08be4378cf91221f558f928bc73

commit 4997db742946d08be4378cf91221f558f928bc73
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Mon May 30 11:57:50 2011 -0400

    One more thinko in CL

diff --git a/ChangeLog b/ChangeLog
index bc879b7..f5309df 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 9eb9289..48c5574 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.  */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog  |    2 +-
 elf/rtld.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]