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-7-g7191c0c


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  7191c0cfd18f6cbee1632e8cdc00379796b1ae34 (commit)
      from  2d80bda39073a35af4b904d27fa1511cd309b26f (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=7191c0cfd18f6cbee1632e8cdc00379796b1ae34

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

    Update alpha files for removal of ia64 from libc.

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index b7d6bb1..b011d3c 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,9 @@
+2012-01-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/alpha/backtrace.c: Use x86_64 version of backtrace.c.
+	* sysdeps/unix/sysv/linux/alpha/wordexp.c: Use sparc64 version of
+	wordexp.c.
+
 2011-10-05  Andreas Schwab  <schwab@redhat.com>
 
 	* sysdeps/alpha/dl-machine.h (elf_machine_rela)
diff --git a/sysdeps/alpha/backtrace.c b/sysdeps/alpha/backtrace.c
index 2970294..27ce597 100644
--- a/sysdeps/alpha/backtrace.c
+++ b/sysdeps/alpha/backtrace.c
@@ -1 +1 @@
-#include <sysdeps/ia64/backtrace.c>
+#include <sysdeps/x86_64/backtrace.c>
diff --git a/sysdeps/unix/sysv/linux/alpha/wordexp.c b/sysdeps/unix/sysv/linux/alpha/wordexp.c
index 075b267..32aefe5 100644
--- a/sysdeps/unix/sysv/linux/alpha/wordexp.c
+++ b/sysdeps/unix/sysv/linux/alpha/wordexp.c
@@ -1 +1 @@
-#include <sysdeps/unix/sysv/linux/ia64/wordexp.c>
+#include <sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c>

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

Summary of changes:
 ChangeLog.alpha                         |    6 ++++++
 sysdeps/alpha/backtrace.c               |    2 +-
 sysdeps/unix/sysv/linux/alpha/wordexp.c |    2 +-
 3 files changed, 8 insertions(+), 2 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]