[Glibc-bsd-commits] r5847 - trunk/glibc-ports-2.22/kfreebsd

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Dec 2 19:30:06 UTC 2015


Author: aurel32
Date: 2015-12-02 19:30:05 +0000 (Wed, 02 Dec 2015)
New Revision: 5847

Modified:
   trunk/glibc-ports-2.22/kfreebsd/_exit.S
Log:
Merge from upstream:

commit af85d409a29ae435949a7fcc7065d88af0233d24
Author: Roland McGrath <roland at hack.frob.com>
Date:   Thu Jul 9 15:25:47 2015 -0700

    PLT avoidance for _exit in rtld.



Modified: trunk/glibc-ports-2.22/kfreebsd/_exit.S
===================================================================
--- trunk/glibc-ports-2.22/kfreebsd/_exit.S	2015-12-02 19:27:55 UTC (rev 5846)
+++ trunk/glibc-ports-2.22/kfreebsd/_exit.S	2015-12-02 19:30:05 UTC (rev 5847)
@@ -22,4 +22,5 @@
 	/* Shouldn't get here.  */
 PSEUDO_END(_exit)
 libc_hidden_def (_exit)
+rtld_hidden_def (_exit)
 weak_alias (_exit, _Exit)




More information about the Glibc-bsd-commits mailing list