From f5cabeff2cc252cfe4c3b991c1daf3d0ae0941b1 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Mon, 21 Jan 2008 18:02:53 +0000 Subject: [PATCH] add missing file to the source list --- ChangeLog | 24 +++++++++++++++--------- jit/Makefile.am | 1 + 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29b17b4..a764c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,18 @@ +2008-01-21 Dalibor Topic + + * jit/Makefile.am (libjit_la_SOURCES): add mising jit-rules-interp.h + file. + 2008-01-16 Klaus Treichel - * jit/jit-gen-x86.h: Use the suppied base register instead of - register no. 5 (EBP) in x86_memindex_emit for displacements greater than - x86_int8 (<-128 or >127). + * jit/jit-gen-x86.h: Use the supplied base register instead of + register no. 5 (EBP) in x86_memindex_emit for displacements greater + than x86_int8 (<-128 or >127). 2008-01-04 Klaus Treichel - * jit/jit-opcode.c: Add the nint argument to the return_small_struct and - flush_small_struct opcodes. + * jit/jit-opcode.c: Add the nint argument to the return_small_struct + and flush_small_struct opcodes. 2008-01-03 Klaus Treichel @@ -18,8 +23,9 @@ 2007-12-31 Klaus Treichel - * jit/jit-apply-x86-64.h: Swap source and destination for the call of - jit_memcpy in jit_builtin_apply so that they are in the correct order. + * jit/jit-apply-x86-64.h: Swap source and destination for the call + of jit_memcpy in jit_builtin_apply so that they are in the correct + order. 2007-12-28 Aleksey Demakov @@ -28,8 +34,8 @@ 2007-12-28 Klaus Treichel * jit/jit-interp.c: Fix the opcodes JIT_OP_LADD, JIT_OP_ISHL, - JIT_OP_LSHR_UN, JIT_OP_ICMP_UN, JIT_OP_LCMP and JIT_OP_LCMP_UN in the - intpreter backend. + JIT_OP_LSHR_UN, JIT_OP_ICMP_UN, JIT_OP_LCMP and JIT_OP_LCMP_UN in + the intpreter backend. 2007-12-24 Aleksey Demakov diff --git a/jit/Makefile.am b/jit/Makefile.am index acef059..556514d 100644 --- a/jit/Makefile.am +++ b/jit/Makefile.am @@ -53,6 +53,7 @@ libjit_la_SOURCES = \ jit-rules.h \ jit-rules.c \ jit-rules-interp.c \ + jit-rules-interp.h \ jit-rules-alpha.h \ jit-rules-alpha.c \ jit-rules-arm.h \ -- 2.47.3