Browse Source

2005-11-19 Klaus Treichel <ktreichel@web.de>


			
			
				cache-refactoring
			
			
		
Klaus Treichel 19 years ago
parent
commit
231dab8dbb
  1. 4
      ChangeLog
  2. 2
      jit/jit-apply-x86-64.h

4
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>

2
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) \

Loading…
Cancel
Save