DescriptionAdd user_regs_struct and user_fpsimd_struct for aarch64 on Android.
Android's sys/user.h is missing user_regs_struct and user_fpsimd_struct.
Add them to the Android specific user.h used by breakpad to workaround
Android / glibc compatibility issues.
A bug has been filed on the Android NDK team to add the missing structures to
the NDK, at which point this hack can be removed.
Also remove the mxcsr_mask hack on x64, which is no longer required since
we have moved to the r10d NDK which fixes this issue.
R=primiano@chromium.org
Committed: https://code.google.com/p/google-breakpad/source/detail?r=1495
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add extern c #Messages
Total messages: 5 (1 generated)
|