Siddhesh Poyarekar 4c1d801a59 aarch64: Avoid hidden symbols for memcpy/memmove into static binaries
The __GI_* symbol aliases for __memcpy_generic are unnecessary since
they're never used.  Add them only for libc.so to avoid PLT.  Maybe
some time in future we need to evaluate the relative cost of PLT vs
gains from multiarch memcpy implementations and take a call on whether
to drop this completely.

	* sysdeps/aarch64/multiarch/memcpy_generic.S (__GI_memcpy):
	Define only for libc.so.
2017-12-04 21:17:17 +05:30
..
2017-06-20 08:21:24 -04:00
2017-11-28 00:55:42 +00:00
2014-09-29 07:53:36 -07:00
2017-03-15 16:46:26 -07:00
2017-09-28 15:28:46 +01:00
2017-08-10 17:00:38 +01:00
2017-11-20 18:25:04 +05:30
2014-06-27 16:51:22 +00:00