mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
65e5f2fd0a
commit
1baa12e56d
@ -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 */
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user