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.17-246-g4bf6b9d


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  4bf6b9dd8ee267cf7b9cd256107624b10f051d0b (commit)
      from  f4804ca2bb7c91c889ed66b88d4fea21b593d2e3 (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=4bf6b9dd8ee267cf7b9cd256107624b10f051d0b

commit 4bf6b9dd8ee267cf7b9cd256107624b10f051d0b
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Mon Feb 18 22:23:19 2013 +0530

    Add __cxa_thread_atexit_impl to aarch64 abilist

diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64
index c4b9956..c427f98 100644
--- a/ports/ChangeLog.aarch64
+++ b/ports/ChangeLog.aarch64
@@ -1,3 +1,8 @@
+2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Add
+	__cxa_thread_atexit_impl.
+
 2013-02-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
 	* sysdeps/aarch64/libm-test-ulps: Regenerate.
diff --git a/ports/sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist b/ports/sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist
index f83e880..b04a761 100644
--- a/ports/sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist
+++ b/ports/sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist
@@ -2077,3 +2077,6 @@ GLIBC_2.17
  xencrypt F
  xprt_register F
  xprt_unregister F
+GLIBC_2.18
+ GLIBC_2.18 A
+ __cxa_thread_atexit_impl F

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

Summary of changes:
 ports/ChangeLog.aarch64                            |    5 +++++
 .../unix/sysv/linux/aarch64/nptl/libc.abilist      |    3 +++
 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]