[Glibc-bsd-commits] r5836 - trunk/glibc-ports/kfreebsd/i386

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sat Nov 21 15:39:15 UTC 2015


Author: aurel32
Date: 2015-11-21 15:39:14 +0000 (Sat, 21 Nov 2015)
New Revision: 5836

Added:
   trunk/glibc-ports/kfreebsd/i386/localplt.data
Log:
Fix check-localplt test for recent binutils


Added: trunk/glibc-ports/kfreebsd/i386/localplt.data
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/localplt.data	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/i386/localplt.data	2015-11-21 15:39:14 UTC (rev 5836)
@@ -0,0 +1,19 @@
+# See scripts/check-localplt.awk for how this file is processed.
+# PLT use is required for the malloc family and for matherr because
+# users can define their own functions and have library internals call them.
+# Linker in binutils 2.26 and newer consolidates R_386_JUMP_SLOT
+# relocation with R_386_GLOB_DAT relocation against the same symbol.
+libc.so: calloc
+libc.so: free + REL R_386_GLOB_DAT
+libc.so: malloc + REL R_386_GLOB_DAT
+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
+ld.so: malloc
+ld.so: calloc
+ld.so: realloc
+ld.so: free + REL R_386_GLOB_DAT




More information about the Glibc-bsd-commits mailing list