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.15-40-g305502f


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  305502f69d417f7599ea18cceca280ee87627696 (commit)
      from  e40bca1ef963f9f6a6dc9e8379391115bb9c756f (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=305502f69d417f7599ea18cceca280ee87627696

commit 305502f69d417f7599ea18cceca280ee87627696
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat Jan 7 11:49:33 2012 -0500

    Fix up a comment

diff --git a/sysdeps/x86_64/backtrace.c b/sysdeps/x86_64/backtrace.c
index af65179..7542eb4 100644
--- a/sysdeps/x86_64/backtrace.c
+++ b/sysdeps/x86_64/backtrace.c
@@ -109,7 +109,7 @@ __backtrace (array, size)
   if (size >= 1)
     unwind_backtrace (backtrace_helper, &arg);
 
-  /* _Unwind_Backtrace on IA-64 seems to put NULL address above
+  /* _Unwind_Backtrace seems to put NULL address above
      _start.  Fix it up here.  */
   if (arg.cnt > 1 && arg.array[arg.cnt - 1] == NULL)
     --arg.cnt;

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

Summary of changes:
 sysdeps/x86_64/backtrace.c |    2 +-
 1 files changed, 1 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]