mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
08f43f9bbf
Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196.
4 lines
84 B
Makefile
4 lines
84 B
Makefile
ifeq ($(subdir),string)
|
|
sysdep_routines += ifunc-resolve memset memcpy memcmp
|
|
endif
|