[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-06-25 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #17 from Elliott Hughes <e...@google.com> --- (/me checks check-in comment from https://android-review.googlesource.com/393156...) yeah, looks like i misremembered: it was SSE4 that was missing. from the bug that

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-06-24 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #15 from Elliott Hughes <e...@google.com> --- fwiw, here's the current diff to be able to build valgrind 3.13.0 for Android (arm,aarch64,x86-64). (x86 is useless because valgrind doesn't support SSE2 for x86 so you can't get

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-06-17 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #14 from Elliott Hughes <e...@google.com> --- > Redone, using the house conditionalisation scheme, in r16386. Please test. (sorry, didn't have time to look until now.) as i explained already, that's wrong. anywhere you have t

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-05-15 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #10 from Elliott Hughes <e...@google.com> --- yeah, looking through the current clusters of #if..._android_linux, they're all either wrong or the subject of an outstanding patch :-/ i've raised https://bugs.kde.org/show_bug.cgi?id=

[valgrind] [Bug 379878] New: most #if ... _linux_android checks wrong

2017-05-15 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=379878 Bug ID: 379878 Summary: most #if ... _linux_android checks wrong Product: valgrind Version: 3.13 SVN Platform: Android OS: Android 7.x Status: UNCONFIRMED

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-05-15 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #9 from Elliott Hughes <e...@google.com> --- Created attachment 105569 --> https://bugs.kde.org/attachment.cgi?id=105569=edit patch for https://bugs.kde.org/show_bug.cgi?id=368529#c8 -- You are receiving this mail bec

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-05-15 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #8 from Elliott Hughes <e...@google.com> --- (In reply to Ivo Raisr from comment #7) > I am a little worried about this condition in the patch: > > #if defined(ANDROID) && defined(__clang__) > > Nowhere in

[valgrind] [Bug 379764] support x86-64 android

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=379764 Elliott Hughes <e...@google.com> changed: What|Removed |Added CC||e...@google.com -

[valgrind] [Bug 379764] New: support x86-64 android

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=379764 Bug ID: 379764 Summary: support x86-64 android Product: valgrind Version: 3.12.0 Platform: Android OS: Android 7.x Status: UNCONFIRMED Severity: normal

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 --- Comment #5 from Elliott Hughes <e...@google.com> --- this patch is still necessary with 3.12 (we updated AOSP recently). it's one of only four issues building valgrind 3.12 out of the box for Android. worth taking for 3.13? -- You are rec

[valgrind] [Bug 339861] Remove Elf32_Nhdr definition for Android

2017-05-12 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=339861 Elliott Hughes <e...@google.com> changed: What|Removed |Added CC||e...@google.com --- C

[valgrind] [Bug 368529] Android arm target link error, missing atexit and pthread_atfork

2017-04-20 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=368529 Elliott Hughes <e...@google.com> changed: What|Removed |Added CC||e...@google.com -

[valgrind] [Bug 369723] __builtin_longjmp not supported in clang/llvm on Android arm64 target

2017-04-20 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=369723 Elliott Hughes <e...@google.com> changed: What|Removed |Added CC||e...@google.com -

[valgrind] [Bug 339945] Patch: replace #if !defined (VGPV_*_linux_android) with #ifndef AT_FPUCW

2017-04-19 Thread Elliott Hughes
https://bugs.kde.org/show_bug.cgi?id=339945 Elliott Hughes <e...@google.com> changed: What|Removed |Added CC||e...@google.com --- C