]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commit
Move the dynlib and C++ name mangling routines into a separate
authorRhys Weatherley <rweather@southern-storm.com.au>
Sat, 8 May 2004 01:36:41 +0000 (01:36 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Sat, 8 May 2004 01:36:41 +0000 (01:36 +0000)
commitd98fe558ee903b95e7fe2ed641fb78d621d523eb
tree399ceda4050ac48dbb7a0e10675d38ccb493a875
parent9d1f7253ac91826318f11fc2dca37c3b8740fba4
Move the dynlib and C++ name mangling routines into a separate
"jitdynamic" library, which will handle all of the cross-language
naming and dynamic invocation logic.
13 files changed:
ChangeLog
Makefile.am
configure.in
doc/Makefile.am
doc/libjit.texi
include/jit/Makefile.am
include/jit/jit-dynamic.h [new file with mode: 0644]
include/jit/jit-util.h
jit/Makefile.am
jitdynamic/.cvsignore [new file with mode: 0644]
jitdynamic/Makefile.am [new file with mode: 0644]
jitdynamic/jit-cpp-mangle.c [moved from jit/jit-mangle.c with 99% similarity]
jitdynamic/jit-dynlib.c [moved from jit/jit-dynlib.c with 98% similarity]