Merge from branches/THUMB: supps and mandatory redirs on Ubuntu 10.04 (ARM)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11281
This commit is contained in:
Julian Seward 2010-08-22 12:13:35 +00:00
parent 65e5f2fd0a
commit 1baa12e56d
2 changed files with 10 additions and 2 deletions

View File

@ -1009,7 +1009,7 @@ void VG_(redir_initialise) ( void )
add_hardwired_spec(
"ld-linux.so.3", "strlen",
(Addr)&VG_(arm_linux_REDIR_FOR_strlen),
NULL
complain_about_stripped_glibc_ldso
);
//add_hardwired_spec(
// "ld-linux.so.3", "index",
@ -1019,7 +1019,7 @@ void VG_(redir_initialise) ( void )
add_hardwired_spec(
"ld-linux.so.3", "memcpy",
(Addr)&VG_(arm_linux_REDIR_FOR_memcpy),
NULL
complain_about_stripped_glibc_ldso
);
}
/* nothing so far */

View File

@ -228,3 +228,11 @@
obj:/lib/libpthread-0.10.so
fun:pthread_create
}
##----------------------------------------------------------------------##
# Ubuntu 10.04 on ARM (Thumb). Not sure why this is necessary.
{
U1004-ARM-_dl_relocate_object
Memcheck:Cond
fun:_dl_relocate_object
}