From 39c7c2ea38fa4fd1908fd69e452c1f7be633f918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20L=C3=B6w?= Date: Tue, 1 Oct 2019 00:35:24 +0200 Subject: [PATCH] add a changelog entry for 54e7090, e385fd1 and f75ded9 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 265f5e9..1f8fa81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2019-10-01 Jakob Löw + + * jit/jit-insn.c: Fix a segmentation fault bug when converting byte/short + values to larger ints. + * jit/jit-unwind.c: make sure the address of the next base pointer is + actually on the stack + * jit-rules-x86-64.ins: use lea, inc, dec in the jit instruction + add_relative, add and sub + 2019-08-10 Aleksey Demakov * tools/Makefile.am (gen_ops_SOURCES): reorder targtes wich seems