This is the mail archive of the glibc-bugs@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]

[Bug libc/18822] Internal functions are called via PLT


https://sourceware.org/bugzilla/show_bug.cgi?id=18822

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.27

--- Comment #73 from H.J. Lu <hjl.tools at gmail dot com> ---
On x86-64, I got

[hjl@gnu-efi-2 build-x86_64-linux]$ readelf -rW libc_pic.a | grep " __" | grep
PLT32  | awk '{ print $5 }' | sort | uniq
__addtf3
__dirfd
__divtf3
__eqtf2
__floatsitf
__getf2
__GI_fwrite
__GI_fwrite_unlocked
__GI_memcmp
__GI_memcpy
__GI_mempcpy
__GI_memset
__GI_stpcpy
__GI_strchr
__GI_strcpy
__GI_strlen
__glob
__glob_lstat_compat
__gttf2
__letf2
__memrchr
__multf3
__popcountdi2
__pthread_unwind
__scalbn
__scalbnf
__scalbnf128
__scalbnl
__strchrnul
__strncasecmp
__subtf3
__tls_get_addr
__tunable_get_val
__umount2
__unordtf2
__wcslen
__wctrans
__wctype
[hjl@gnu-efi-2 build-x86_64-linux]$ 

I am closing it now.  Please free feel to open new bug reports for remaining
internal functions are called via PLT.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]