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.11-88-gb1ab8c5


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  b1ab8c5fd986325e22aba86ec54aa4df6695b555 (commit)
      from  2dcd7ed8fd149a5aefc8c7a7ff041ff389348b4f (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=b1ab8c5fd986325e22aba86ec54aa4df6695b555

commit b1ab8c5fd986325e22aba86ec54aa4df6695b555
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Apr 14 19:28:10 2010 +0000

    Update MIPS libc-abis configuration for libc changes.

diff --git a/ChangeLog b/ChangeLog
index 135c1f8..e42182f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-14  Joseph Myers  <joseph@codesourcery.com>
+
+	* libc-abis: Remove.
+
 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* libc-abis: New.
diff --git a/ChangeLog.mips b/ChangeLog.mips
index 4ac5871..2ea6573 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,7 @@
+2010-04-14  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/libc-abis: New.
+
 2010-04-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/dl-machine.h (VALID_ELF_ABIVERSION,
diff --git a/libc-abis b/sysdeps/unix/sysv/linux/mips/libc-abis
similarity index 57%
rename from libc-abis
rename to sysdeps/unix/sysv/linux/mips/libc-abis
index a66a9ec..f180a03 100644
--- a/libc-abis
+++ b/sysdeps/unix/sysv/linux/mips/libc-abis
@@ -1,6 +1,6 @@
-# See the copy of this file in libc for detailed explanations.  The
-# ports copy needs to include all libc definitions applicable to any
-# ports target; only one copy will be used.
+# See the copy of this file in libc for detailed explanations.  This
+# copy needs to include all libc definitions applicable to MIPS; only
+# one copy will be used.
 #
 # Feature Name	Configuration
 # ------------	-------------
@@ -11,6 +11,3 @@ MIPS_PLT	mips*-*-linux*
 # Unique symbol definitions for C++.
 # Architecture independent, all ELF targets (== all targets)
 UNIQUE
-#
-# Indirect PLT relocations.  Architecture dependent.
-IFUNC		powerpc-*-linux*

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

Summary of changes:
 ChangeLog                                          |    4 ++++
 ChangeLog.mips                                     |    4 ++++
 .../unix/sysv/linux/mips/libc-abis                 |    9 +++------
 3 files changed, 11 insertions(+), 6 deletions(-)
 rename libc-abis => sysdeps/unix/sysv/linux/mips/libc-abis (57%)


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]