aboutsummaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorMarkus Stange <mstange@themasta.com>2017-03-20 16:03:55 -0400
committerTed Mielczarek <ted@mielczarek.org>2017-05-26 16:03:39 +0000
commit8880afb7624e4f84b92b64c4d7e8455d11fd63ab (patch)
tree74eafc35e984b3eb28b85fbe6a104f3dc929f496 /src/third_party
parentDon't attempt to use PTRACE_GETREGS if it isn't defined. (diff)
downloadbreakpad-8880afb7624e4f84b92b64c4d7e8455d11fd63ab.tar.xz
Make the cross-compilation glue for dump_syms Mac handle x86_64h.
x86_64h has a different cpusubtype from x86_64. The h is for Haswell. BUG= Change-Id: Icf884e5699fe120c12d13aa57cd62db5b69a2ce6 Reviewed-on: https://chromium-review.googlesource.com/457171 Reviewed-by: Ted Mielczarek <ted@mielczarek.org>
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/mac_headers/mach/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/mac_headers/mach/machine.h b/src/third_party/mac_headers/mach/machine.h
index 91d9d709..5bb21e48 100644
--- a/src/third_party/mac_headers/mach/machine.h
+++ b/src/third_party/mac_headers/mach/machine.h
@@ -228,6 +228,7 @@ typedef integer_t cpu_threadtype_t;
#define CPU_SUBTYPE_X86_ALL ((cpu_subtype_t)3)
#define CPU_SUBTYPE_X86_64_ALL ((cpu_subtype_t)3)
#define CPU_SUBTYPE_X86_ARCH1 ((cpu_subtype_t)4)
+#define CPU_SUBTYPE_X86_64_H ((cpu_subtype_t)8) /* Haswell feature subset */
#define CPU_THREADTYPE_INTEL_HTT ((cpu_threadtype_t) 1)