glibc/sysdeps/s390/s390-64/multiarch/Makefile
Andreas Krebbel 08f43f9bbf S/390: Add support for STT_GNU_IFUNC symbols.
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.
2012-07-19 15:46:34 +02:00

4 lines
84 B
Makefile

ifeq ($(subdir),string)
sysdep_routines += ifunc-resolve memset memcpy memcmp
endif