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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-8-ge3950b2


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  e3950b2956fe9a4d99c8d2f0a50c1e37eeb7df7e (commit)
      from  7191c0cfd18f6cbee1632e8cdc00379796b1ae34 (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-ports.git;a=commitdiff;h=e3950b2956fe9a4d99c8d2f0a50c1e37eeb7df7e

commit e3950b2956fe9a4d99c8d2f0a50c1e37eeb7df7e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Jan 7 16:52:54 2012 +0000

    Update mips files for removal of ia64 from libc.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 36cae0d..ca7820e 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,7 @@
+2012-01-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/mips/backtrace.c: Use x86_64 version of backtrace.c.
+
 2012-01-04  Tom de Vries  <tom@codesourcery.com>
 
 	* sysdeps/mips/Makefile: Compile initfini.c, pt-initfini.c with
diff --git a/sysdeps/mips/backtrace.c b/sysdeps/mips/backtrace.c
index 2970294..27ce597 100644
--- a/sysdeps/mips/backtrace.c
+++ b/sysdeps/mips/backtrace.c
@@ -1 +1 @@
-#include <sysdeps/ia64/backtrace.c>
+#include <sysdeps/x86_64/backtrace.c>

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

Summary of changes:
 ChangeLog.mips           |    4 ++++
 sysdeps/mips/backtrace.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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