Bug 379764 - support x86-64 android
Summary: support x86-64 android
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.12.0
Platform: Android Android 7.x
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-12 23:14 UTC by Elliott Hughes
Modified: 2017-05-12 23:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
switch to __BIONIC__ in a couple of places that were missing Android x86-64 support (1.39 KB, text/plain)
2017-05-12 23:14 UTC, Elliott Hughes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Hughes 2017-05-12 23:14:51 UTC
Created attachment 105496 [details]
switch to __BIONIC__ in a couple of places that were missing Android x86-64 support

AOSP has valgrind 3.12 with only a few small patches (https://android.googlesource.com/platform/external/valgrind/+/master/ANDROID_PATCH_AGAINST_UPSTREAM.txt). three of them already have bugs here, but i couldn't find one for x86-64 support.

attached is a patch against svn HEAD to just test for __BIONIC__ since these are both places where you're interested in "what libc is this?" rather than actually having per-arch details to worry about.