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.11-267-g12e6ee8


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  12e6ee86c4f2b17a0f702a46b782447389d4bd82 (commit)
      from  d8c47894ca28d5c5cf396aa271c579d41f21c1d4 (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=12e6ee86c4f2b17a0f702a46b782447389d4bd82

commit 12e6ee86c4f2b17a0f702a46b782447389d4bd82
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Wed Mar 17 02:43:12 2010 -0700

    A few more archs have IFUNC support.

diff --git a/ChangeLog b/ChangeLog
index a8eba15..4272925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-17  Ulrich Drepper  <drepper@redhat.com>
+
+	* libc-abis: Add a few more entries.
+
 2010-03-16  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter.
diff --git a/libc-abis b/libc-abis
index 6e9cce8..8668e49 100644
--- a/libc-abis
+++ b/libc-abis
@@ -42,3 +42,7 @@ UNIQUE
 # Indirect PLT relocations.  Architecture dependent.
 IFUNC		x86_64-*-linux*
 IFUNC		i?86-*-linux*
+IFUNC		powerpc64-*-linux*
+IFUNC		powerpc-*-linux*
+IFUNC		sparc64-*-linux*
+IFUNC		sparc-*-linux*

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

Summary of changes:
 ChangeLog |    4 ++++
 libc-abis |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


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]