Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7.
commita3a0be70abf5d1cecd7e04e6d28d5579c8853ee0
authorMark Wielaard <mark@klomp.org>
Thu, 28 Aug 2014 14:59:04 +0000 (28 14:59 +0000)
committerMark Wielaard <mark@klomp.org>
Thu, 28 Aug 2014 14:59:04 +0000 (28 14:59 +0000)
tree411cec154b9dc641e7f16dea70e9e58e65cdaf8a
parentdc640cf2dfd763b6f4271c399a8d3199a7b1cb86
Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7.

Add an add_hardwired_spec for strcmp in VG_(redir_initialise) for
ld-linux.so.3 and ld-linux-armhf.so.3 to use a simple strcmp
implementation in m_trampoline.S (compiled from the trivial .c code
to asm with gcc like the other implementations in that file).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14374
NEWS
coregrind/m_redir.c
coregrind/m_trampoline.S
coregrind/pub_core_trampoline.h