http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59748
Bug ID: 59748
Summary: ptrace isn't instrumented on at least
arm-linux-gnueabihf and powerpc-linux.gnu
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
seen with trunk 20140109, at least the shared libasan.so.1 doesn't have these
two symbols on arm-linux-gnueabihf and powerpc-linux-gnu:
__interceptor_ptrace@Base
ptrace@Base
is this expected?