Intercept memcpy on 64-bit ld.so's.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7350
This commit is contained in:
Julian Seward 2008-01-15 08:42:56 +00:00
parent 61b40d2d66
commit 5dfa7202f4

View File

@ -401,6 +401,7 @@ MEMCHR(m_libc_soname, memchr)
MEMCPY(m_libc_soname, memcpy)
MEMCPY(m_ld_so_1, memcpy) /* ld.so.1 */
MEMCPY(m_ld64_so_1, memcpy) /* ld64.so.1 */
/* icc9 blats these around all over the place. Not only in the main
executable but various .so's. They are highly tuned and read
memory beyond the source boundary (although work correctly and