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.27.9000-270-g811836a


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  811836a411a1c97a0e70e7f096e57f316dc19c72 (commit)
      from  fe9748cca3fb247cea420a70b28e601abcb196aa (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=811836a411a1c97a0e70e7f096e57f316dc19c72

commit 811836a411a1c97a0e70e7f096e57f316dc19c72
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Apr 3 13:52:29 2018 +0200

    s390x: Fix hidden aliases
    
    	* sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New
    	hidden defs.

diff --git a/ChangeLog b/ChangeLog
index 8f4aa35..29c1528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -410,6 +410,8 @@
 	defs.
 	* sysdeps/mach/hurd/sigwait.c (__sigwait): Call __libc_longjmp instead
 	of longjmp.
+	* sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New
+	hidden defs.
 
 	* sysdeps/mach/hurd/localplt.data: New file.
 
diff --git a/sysdeps/s390/longjmp.c b/sysdeps/s390/longjmp.c
index e61cdba..e543415 100644
--- a/sysdeps/s390/longjmp.c
+++ b/sysdeps/s390/longjmp.c
@@ -33,6 +33,8 @@
    but were reverted before 2.20. Thus both versions are the same function.  */
 
 strong_alias (__libc_siglongjmp, __libc_longjmp)
+libc_hidden_def (__libc_longjmp)
+libc_hidden_def (__libc_siglongjmp)
 
 weak_alias (__libc_siglongjmp, __v1_longjmp)
 weak_alias (__libc_siglongjmp, __v2_longjmp)

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

Summary of changes:
 ChangeLog              |    2 ++
 sysdeps/s390/longjmp.c |    2 ++
 2 files changed, 4 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]