]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jit/ChangeLog
jit-playback.c: Move dlopen code into a new function
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 9 Dec 2014 18:40:40 +0000 (18:40 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 9 Dec 2014 18:40:40 +0000 (18:40 +0000)
commit38f4f64124c88933acc76325a256950d468022fa
tree0bfe5375fec06dc1a2f7162b4e106427423726df
parentcee66c6853813ee9d10acaec6b4bb3084262263f
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.

From-SVN: r218527
gcc/jit/ChangeLog
gcc/jit/jit-playback.c
gcc/jit/jit-playback.h