[Glibc-bsd-commits] r6163 - in trunk/glibc-ports-2.25/kfreebsd: i386 x86_64

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Fri Aug 4 15:51:15 UTC 2017


Author: aurel32
Date: 2017-08-04 15:51:15 +0000 (Fri, 04 Aug 2017)
New Revision: 6163

Modified:
   trunk/glibc-ports-2.25/kfreebsd/i386/ld.abilist
   trunk/glibc-ports-2.25/kfreebsd/i386/localplt.data
   trunk/glibc-ports-2.25/kfreebsd/x86_64/ld.abilist
Log:
Update ld.abilist and localplt.data following libc_memalign removal


Modified: trunk/glibc-ports-2.25/kfreebsd/i386/ld.abilist
===================================================================
--- trunk/glibc-ports-2.25/kfreebsd/i386/ld.abilist	2017-08-04 15:46:20 UTC (rev 6162)
+++ trunk/glibc-ports-2.25/kfreebsd/i386/ld.abilist	2017-08-04 15:51:15 UTC (rev 6163)
@@ -1,6 +1,5 @@
 GLIBC_2.3 GLIBC_2.3 A
 GLIBC_2.3 ___tls_get_addr F
-GLIBC_2.3 __libc_memalign F
 GLIBC_2.3 __libc_stack_end D 0x4
 GLIBC_2.3 __tls_get_addr F
 GLIBC_2.3 _dl_mcount F

Modified: trunk/glibc-ports-2.25/kfreebsd/i386/localplt.data
===================================================================
--- trunk/glibc-ports-2.25/kfreebsd/i386/localplt.data	2017-08-04 15:46:20 UTC (rev 6162)
+++ trunk/glibc-ports-2.25/kfreebsd/i386/localplt.data	2017-08-04 15:51:15 UTC (rev 6163)
@@ -9,10 +9,8 @@
 libc.so: memalign
 libc.so: realloc
 libm.so: matherr
-# The dynamic loader uses __libc_memalign internally to allocate aligned
-# TLS storage. The other malloc family of functions are expected to allow
-# user symbol interposition.
-ld.so: __libc_memalign
+# The main malloc is interposed into the dynamic linker, for
+# allocations after the initial link (when dlopen is used).
 ld.so: malloc
 ld.so: calloc
 ld.so: realloc

Modified: trunk/glibc-ports-2.25/kfreebsd/x86_64/ld.abilist
===================================================================
--- trunk/glibc-ports-2.25/kfreebsd/x86_64/ld.abilist	2017-08-04 15:46:20 UTC (rev 6162)
+++ trunk/glibc-ports-2.25/kfreebsd/x86_64/ld.abilist	2017-08-04 15:51:15 UTC (rev 6163)
@@ -1,5 +1,4 @@
 GLIBC_2.3 GLIBC_2.3 A
-GLIBC_2.3 __libc_memalign F
 GLIBC_2.3 __libc_stack_end D 0x8
 GLIBC_2.3 __tls_get_addr F
 GLIBC_2.3 _dl_mcount F




More information about the Glibc-bsd-commits mailing list