diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-26 07:59:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-26 07:59:32 -0700 |
commit | b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc (patch) | |
tree | 8c131ae17edab03b1a093b04039f1dd4ab9202ad /ChangeLog | |
parent | 38d22f9f48a84b441c5777aff103f5b980243b5f (diff) | |
download | glibc-b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc.tar glibc-b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc.tar.gz glibc-b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc.tar.bz2 glibc-b6e19c4bdcb6b7093a3913ce26f6ec50b9a6e0dc.zip |
Replace MEMPCPY_P/PIC with USE_AS_MEMPCPY/SHARED
Replace MEMPCPY_P with USE_AS_MEMPCPY in i586 memcpy.S to support i386
multi-arch memcpy. Also we should check SHARED not PIC for libc.so
since libc.a may be compiled with PIC.
* sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
* sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-08-26 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed. + Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC. + * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New. + +2015-08-26 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os, tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ... * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os, |