diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-16 09:03:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-05-16 09:04:35 -0700 |
commit | 04958880e04264da97873b4d41d9bc34567afaef (patch) | |
tree | 3b9abfdf4628354305efcde9626fe38682bfbf3e /sysdeps/i386 | |
parent | c9992d13c4160edd5449ee6c8f407663f2ac6dbd (diff) | |
download | glibc-04958880e04264da97873b4d41d9bc34567afaef.zip glibc-04958880e04264da97873b4d41d9bc34567afaef.tar.gz glibc-04958880e04264da97873b4d41d9bc34567afaef.tar.bz2 |
x86-64: Use IFUNC strncat inside libc.so
Unlike i386, we can call hidden IFUNC functions inside libc.so since
x86-64 PLT is always PIC.
Tested on x86-64.
* sysdeps/x86_64/multiarch/strncat-c.c (STRNCAT_PRIMARY): Removed.
Include <string/strncat.c>.
* sysdeps/x86_64/multiarch/strncat.c (__strncat): New strong
alias.
(__GI___strncat): New hidden alias.
Diffstat (limited to 'sysdeps/i386')
0 files changed, 0 insertions, 0 deletions