From 231dab8dbb19c9304805c4d68ddf5a7ff7e7c8e0 Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Sat, 19 Nov 2005 17:21:05 +0000 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ jit/jit-apply-x86-64.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) \