From ec1d67ea2eabb2f68b3b7083404b5d1ae730318a Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Wed, 22 Aug 2018 14:20:08 -0400 Subject: [PATCH] i#2006 drcachesim: fix 32-bit gcc7.3 build Fixes 32-bit gcc7.3 build breakage from 4ac94411 by adding __x86.get_pc_thunk.bp to the globalize_pc_thunks list. Issue: #2006 --- core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index bcc28f814d2..738bafc623a 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -784,6 +784,7 @@ if (NOT APPLE) --globalize-symbol=__x86.get_pc_thunk.dx --globalize-symbol=__x86.get_pc_thunk.di --globalize-symbol=__x86.get_pc_thunk.si + --globalize-symbol=__x86.get_pc_thunk.bp "${dynamorio_dot_o}" && ) endif ()