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.16-ports-merge-346-g11aaf6e


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  11aaf6ef2de7c0757b51dd96a301280746012fd0 (commit)
      from  eee702591698c36253483818963d8305d87df643 (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=11aaf6ef2de7c0757b51dd96a301280746012fd0

commit 11aaf6ef2de7c0757b51dd96a301280746012fd0
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Thu Sep 20 10:39:27 2012 -0400

    hppa: Use __prlimit64 as the internal name.
    
    Fix a build failure by using __prlimit64 as the internal
    function name for the versioned symbol prlimit64. Without
    this patch the build system attempts to alias prlimit64
    to itself and that is invalid.

diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index 821866a..d34d9c2 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,4 +1,9 @@
 2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
+
+	* sysdeps/unix/sysv/linux/hppa/syscalls.list: Use __prlimit64 as
+	the strong name.
+
+2012-09-20  Carlos O'Donell  <carlos@systemhalted.org>
 	    Andreas Schwab  <schwab@linux-m68k.org>
 
 	* sysdeps/unix/sysv/linux/hppa/Versions: Add new errlist-compat
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
index 78e6568..f3ff3e7 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
+++ b/ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
@@ -35,4 +35,4 @@ socketpair	-	socketpair	i:iiif	__socketpair	socketpair
 
 setrlimit	-	setrlimit	i:ip	__setrlimit	setrlimit	
 getrlimit	-	getrlimit	i:ip	__getrlimit	getrlimit	
-prlimit64	EXTRA	prlimit64	i:iipp	prlimit64	prlimit64@@GLIBC_2.17
+prlimit64	EXTRA	prlimit64	i:iipp	__prlimit64	prlimit64@@GLIBC_2.17

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

Summary of changes:
 ports/ChangeLog.hppa                             |    5 +++++
 ports/sysdeps/unix/sysv/linux/hppa/syscalls.list |    2 +-
 2 files changed, 6 insertions(+), 1 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]