summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2022-05-30 20:33:18 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2022-05-30 20:33:18 -0700
commit9d44463380716ebad2f8ba13ce8a737f22bb2602 (patch)
treed969bf7aaa81a719a8ad6f5a8b35a41433b75c87 /cmake
parent6c99def347460adbb9f17815feb641cf5474548e (diff)
downloadgperftools-9d44463380716ebad2f8ba13ce8a737f22bb2602.tar.gz
Remove basic support for Elbrus 2000 (e2k)
This reverts commit 3b1c60cc4ea737ff151977dbcd164c5e2eb859fb.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/PCFromUContext.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/PCFromUContext.cmake b/cmake/PCFromUContext.cmake
index d231124..e2db2e3 100644
--- a/cmake/PCFromUContext.cmake
+++ b/cmake/PCFromUContext.cmake
@@ -29,7 +29,6 @@ macro(pc_from_ucontext variable)
"uc_mcontext.psw.addr" # Linux (s390)
"uc_mcontext.gregs[R15]" # Linux (arm old [untested])
"uc_mcontext.arm_pc" # Linux (arm arch 5)
- "uc_mcontext.cr0_hi" # Linux (e2k)
"uc_mcontext.gp_regs[PT_NIP]" # Suse SLES 11 (ppc64)
"uc_mcontext.mc_eip" # FreeBSD (i386)
"uc_mcontext.mc_rip" # FreeBSD (x86_64 [untested])