CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    libjit
Changes by:     Klaus Treichel <ktreichel>      07/12/17 17:57:28

Modified files:
        .              : ChangeLog 

Log message:
        Add missed ChangeLog entries.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libjit/ChangeLog?cvsroot=dotgnu-pnet&r1=1.324&r2=1.325

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/libjit/ChangeLog,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -b -r1.324 -r1.325
--- ChangeLog   27 Nov 2007 07:11:46 -0000      1.324
+++ ChangeLog   17 Dec 2007 17:57:28 -0000      1.325
@@ -1,3 +1,17 @@
+2007-12-16  Klaus Treichel  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * jit/jit-rules-x86.c (_jit_gen_load_value): fix compiler warnings.


_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits

Reply via email to