Replace bcmp in ld.so.1.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6479
This commit is contained in:
Julian Seward 2007-01-06 06:30:48 +00:00
parent dbea2713e3
commit b76cb7d9e6

View File

@ -430,6 +430,7 @@ MEMCPY(m_ld_so_1, memcpy) /* ld.so.1 */
MEMCMP(m_libc_soname, memcmp)
MEMCMP(m_libc_soname, bcmp)
MEMCMP(m_ld_so_1, bcmp)
/* Copy SRC to DEST, returning the address of the terminating '\0' in