]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Add missed ChangeLog entries.
authorKlaus Treichel <ktreichel@web.de>
Mon, 17 Dec 2007 17:57:28 +0000 (17:57 +0000)
committerKlaus Treichel <ktreichel@web.de>
Mon, 17 Dec 2007 17:57:28 +0000 (17:57 +0000)
ChangeLog

index 601dc1dd8a663762c2e72e3a23ccb01f7dc03585..7ca62efa4ec2525cc23026063197179ca2ec80af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-12-16  Klaus Treichel  <ktreichel@web.de>
+
+       * 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  <ademakov@gmail.com>
 
        * jit/jit-rules-x86.c (_jit_gen_load_value): fix compiler warnings.