Skip to content

Commit

Permalink
i#2006 drcachesim: fix 32-bit gcc7.3 build
Browse files Browse the repository at this point in the history
Fixes 32-bit gcc7.3 build breakage from 4ac9441 by adding
__x86.get_pc_thunk.bp to the globalize_pc_thunks list.

Issue: #2006
  • Loading branch information
derekbruening committed Aug 22, 2018
1 parent 65a7175 commit ec1d67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit ec1d67e

Please sign in to comment.