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-9-g647b145


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  647b14570e349c6d269eba14828d76ae982cf1cc (commit)
      from  e3950b2956fe9a4d99c8d2f0a50c1e37eeb7df7e (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=647b14570e349c6d269eba14828d76ae982cf1cc

commit 647b14570e349c6d269eba14828d76ae982cf1cc
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Jan 7 16:53:16 2012 +0000

    Update tile files for removal of ia64 from libc.

diff --git a/ChangeLog.tile b/ChangeLog.tile
index 7e97f5f..00bbe00 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -1,3 +1,7 @@
+2012-01-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/tile/backtrace.c: Use x86_64 version of backtrace.c.
+
 2011-12-03  Chris Metcalf  <cmetcalf@tilera.com>
 
 	* data/c++-types-tile-linux-gnu.data: New file.
diff --git a/sysdeps/tile/backtrace.c b/sysdeps/tile/backtrace.c
index 2970294..27ce597 100644
--- a/sysdeps/tile/backtrace.c
+++ b/sysdeps/tile/backtrace.c
@@ -1 +1 @@
-#include <sysdeps/ia64/backtrace.c>
+#include <sysdeps/x86_64/backtrace.c>

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

Summary of changes:
 ChangeLog.tile           |    4 ++++
 sysdeps/tile/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]