CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    libjit
Changes by:     Klaus Treichel <ktreichel>      08/05/12 14:02:08

Modified files:
        .              : ChangeLog 
        jit            : jit-apply-x86-64.h 

Log message:
        Include jit/jit-common.h instead of jit-internal.h to get the 
definitions of
        the libjit types because this file might be included at a time where
        jit-apply-rules.h is not yet present. (it's used by tools/gen-apply.c)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libjit/ChangeLog?cvsroot=dotgnu-pnet&r1=1.370&r2=1.371
http://cvs.savannah.gnu.org/viewcvs/libjit/jit/jit-apply-x86-64.h?cvsroot=dotgnu-pnet&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/libjit/ChangeLog,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -b -r1.370 -r1.371
--- ChangeLog   8 May 2008 06:39:50 -0000       1.370
+++ ChangeLog   12 May 2008 14:02:07 -0000      1.371
@@ -1,3 +1,8 @@
+2008-05-12  Klaus Treichel  <[EMAIL PROTECTED]>
+
+       * jit/jit-apply-x86-64.h: Include jit/jit-common.h instead of
+       jit-internal.h to get the definition of the libjit types.
+
 2008-05-08  Aleksey Demakov  <[EMAIL PROTECTED]>
 
        * jit/jit-rules-x86.ins: 

Index: jit/jit-apply-x86-64.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/libjit/jit/jit-apply-x86-64.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- jit/jit-apply-x86-64.h      24 Mar 2008 12:42:51 -0000      1.8
+++ jit/jit-apply-x86-64.h      12 May 2008 14:02:07 -0000      1.9
@@ -23,7 +23,7 @@
 #ifndef        _JIT_APPLY_X86_64_H
 #define        _JIT_APPLY_X86_64_H
 
-#include "jit-internal.h"
+#include <jit/jit-common.h>
 
 /*
  * Flag that a parameter is passed on the stack.


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

Reply via email to