From: Klaus Treichel Date: Sat, 19 Nov 2005 17:21:05 +0000 (+0000) Subject: 2005-11-19 Klaus Treichel X-Git-Tag: r.0.0.6~24 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=231dab8dbb19c9304805c4d68ddf5a7ff7e7c8e0;p=francis%2Flibjit.git 2005-11-19 Klaus Treichel * 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. --- diff --git a/ChangeLog b/ChangeLog index 9e68841..5789c7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-19 Klaus Treichel + + * 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 diff --git a/jit/jit-apply-x86-64.h b/jit/jit-apply-x86-64.h index 489f674..61bb000 100644 --- a/jit/jit-apply-x86-64.h +++ b/jit/jit-apply-x86-64.h @@ -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) \