]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
2005-11-19 Klaus Treichel <ktreichel@web.de>
authorKlaus Treichel <ktreichel@web.de>
Sat, 19 Nov 2005 17:21:05 +0000 (17:21 +0000)
committerKlaus Treichel <ktreichel@web.de>
Sat, 19 Nov 2005 17:21:05 +0000 (17:21 +0000)
* jit/apply-x86-64.h: Change definition of JIT_MEMCPY from "jit_memcpy" to
"jit_memcpy@PLT" to fix the build of a shared library for x86_64.

ChangeLog
jit/jit-apply-x86-64.h

index 9e68841fe975338e268a570534874680692d6a0f..5789c7ce5558162399680758b9ff09820fc49096 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-19  Klaus Treichel  <ktreichel@web.de>
+
+       * jit/apply-x86-64.h: Change definition of JIT_MEMCPY from "jit_memcpy" to
+       "jit_memcpy@PLT" to fix the build of a shared library for x86_64.
 
 2004-11-18  Rhys Weatherley  <rweather@southern-storm.com.au>
 
index 489f67478d2dd2727a969ca6991b5f637214d203..61bb000a6a7784c8722f00ad571db579a3f18fae 100644 (file)
@@ -44,7 +44,7 @@
 #if defined(__GNUC__)
 
 #ifndef        JIT_MEMCPY
-#define        JIT_MEMCPY      "jit_memcpy"
+#define        JIT_MEMCPY      "jit_memcpy@PLT"
 #endif
 
 #define        jit_builtin_apply(func,args,size,return_float,return_buf)       \