diff --git a/ChangeLog b/ChangeLog index fd8cd82..c8508b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-10-30 Aleksey Demakov + + * jit/jit-memory-cache.c: rename jit-cache.c + 2012-10-20 Aleksey Demakov * include/jit/jit-memory.h, jit/jit-internal.h, jit/jit-memory.c diff --git a/jit/Makefile.am b/jit/Makefile.am index f61bda7..acd1f74 100644 --- a/jit/Makefile.am +++ b/jit/Makefile.am @@ -17,7 +17,6 @@ libjit_la_SOURCES = \ jit-bitset.h \ jit-bitset.c \ jit-block.c \ - jit-cache.c \ jit-compile.c \ jit-config.h \ jit-context.c \ @@ -45,6 +44,7 @@ libjit_la_SOURCES = \ jit-intrinsic.c \ jit-live.c \ jit-memory.c \ + jit-memory-cache.c \ jit-meta.c \ jit-opcode-apply.c \ jit-objmodel.c \ diff --git a/jit/jit-cache.c b/jit/jit-memory-cache.c similarity index 100% rename from jit/jit-cache.c rename to jit/jit-memory-cache.c