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.14-539-ga98275a


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  a98275aa614e1c5c6d5543295296ce402a9f0244 (commit)
      from  ade60c89422f89551ee615101997fa329b8bceb6 (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=a98275aa614e1c5c6d5543295296ce402a9f0244

commit a98275aa614e1c5c6d5543295296ce402a9f0244
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Dec 2 07:35:33 2011 -0500

    Implement SH backtrace using IA64 version

diff --git a/ChangeLog b/ChangeLog
index 2d68f29..91cb997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-02  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/sh/backtrace.c: New file.
+
 2011-12-02  Andreas Schwab  <schwab@redhat.com>
 
 	* misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
diff --git a/sysdeps/sh/backtrace.c b/sysdeps/sh/backtrace.c
new file mode 100644
index 0000000..ee7bf61
--- /dev/null
+++ b/sysdeps/sh/backtrace.c
@@ -0,0 +1 @@
+#include "../ia64/backtrace.c"

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

Summary of changes:
 ChangeLog                          |    4 ++++
 sysdeps/{x86_64 => sh}/backtrace.c |    0
 2 files changed, 4 insertions(+), 0 deletions(-)
 copy sysdeps/{x86_64 => sh}/backtrace.c (100%)


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]