From 0263ff79f3fa02ec7adab86746c0729992863a0a Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Mon, 17 Dec 2007 17:57:28 +0000 Subject: [PATCH] Add missed ChangeLog entries. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 601dc1d..7ca62ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-12-16 Klaus Treichel + + * configure.in: Add support for multi os archs (like x86_64). Put the + libraries in the correct directories so that 32- and 64-bit code doesn't + get mixed up. + + * jit/jit-apply-x86-64.h: Add some information about the clobber list to + jit_builtin_apply and add r10 and r11 to the clobber list because they + are not preserved by the callee and we call arbitrary functions here. + + * jit/jit-internal.h: Cast _JIT_ALIGN_TO_TYPE to jit_nuint instead of + unsigned because jit_nuint is guaranteed to have the size of a pointer. + This fixes compiler warnings on x86_64 too. + 2007-11-27 Aleksey Demakov * jit/jit-rules-x86.c (_jit_gen_load_value): fix compiler warnings.