jit-playback.c: Move dlopen code into a new function
commitbeb75acbc83031155fcc99ae10385af1c1677bde
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2014 18:40:40 +0000 (9 18:40 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2014 18:40:40 +0000 (9 18:40 +0000)
tree0bfe5375fec06dc1a2f7162b4e106427423726df
parent88227718f39ef9521f3db4feadc0007ae3ad08dd
jit-playback.c: Move dlopen code into a new function

gcc/jit/ChangeLog:
* jit-playback.c (gcc::jit::playback::context::compile): Move the
dlopen code into...
(gcc::jit::playback::context::dlopen_built_dso): ...this new
function.
* jit-playback.h (gcc::jit::playback::context::dlopen_built_dso):
New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218527 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/jit/ChangeLog
gcc/jit/jit-playback.c
gcc/jit/jit-playback.h