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, hjl/abi, updated. glibc-2.15-1049-ge011bcd


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, hjl/abi has been updated
       via  e011bcdcbb98c446435ed05e5c9632fbe09964da (commit)
      from  e7f04aef56e75d7d7ee53a506da1d2e013a266db (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=e011bcdcbb98c446435ed05e5c9632fbe09964da

commit e011bcdcbb98c446435ed05e5c9632fbe09964da
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 24 14:44:04 2012 -0700

    Add abi-list-64-ld-soname for powerpc/s390

diff --git a/ChangeLog.abi b/ChangeLog.abi
index 84d19cd..26b9c63 100644
--- a/ChangeLog.abi
+++ b/ChangeLog.abi
@@ -1,3 +1,10 @@
+2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/unix/sysv/linux/powerpc/Makefile (abi-list-64-ld-soname):
+	New macro.
+	* sysdeps/unix/sysv/linux/s390/Makefile (abi-list-64-ld-soname):
+	Likewise.
+
 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* Makeconfig (abi-list-default-options): New macro.
diff --git a/sysdeps/unix/sysv/linux/powerpc/Makefile b/sysdeps/unix/sysv/linux/powerpc/Makefile
index 3b012a2..fa56ef4 100644
--- a/sysdeps/unix/sysv/linux/powerpc/Makefile
+++ b/sysdeps/unix/sysv/linux/powerpc/Makefile
@@ -3,6 +3,7 @@ abi-list-32-options := -U__powerpc64__
 abi-list-32-condition := __WORDSIZE == 32
 abi-list-64-options := -D__powerpc64__
 abi-list-64-condition := __WORDSIZE == 64
+abi-list-64-ld-soname := ld64.so.1
 
 ifeq ($(subdir),rt)
 librt-routines += rt-sysdep
diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile
index 2fd53f4..4235b10 100644
--- a/sysdeps/unix/sysv/linux/s390/Makefile
+++ b/sysdeps/unix/sysv/linux/s390/Makefile
@@ -3,6 +3,7 @@ abi-list-32-options := -U__s390x__
 abi-list-32-condition := __WORDSIZE == 32
 abi-list-64-options := -D__s390x__
 abi-list-64-condition := __WORDSIZE == 64
+abi-list-64-ld-soname := ld64.so.1
 
 ifeq ($(subdir),rt)
 librt-routines += rt-sysdep

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

Summary of changes:
 ChangeLog.abi                            |    7 +++++++
 sysdeps/unix/sysv/linux/powerpc/Makefile |    1 +
 sysdeps/unix/sysv/linux/s390/Makefile    |    1 +
 3 files changed, 9 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]