[PATCH] jit: fix bug in allocate_blocked_reg

2009-04-20 Thread Arthur HUILLET
The wrong variable name was used in a conditional block, leading to invalid memory reads and potential bugs. Signed-off-by: Arthur HUILLET --- jit/linear-scan.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jit/linear-scan.c b/jit/linear-scan.c index 27bf271..23dc38

Re: [PATCH] Minimal cross-compiling support (32-bit on x86-64)

2009-04-20 Thread Pekka Enberg
On Mon, 2009-04-20 at 12:39 +0300, Eduard - Gabriel Munteanu wrote: > This allows Jato to be built on x86-64 as a 32-bit executable: > > $ make ARCH=i386 > > One might also have to supply a suitable LIBS so the linker can locate > the various binutils 32-bit libraries. > > Signed-off-by: Eduard

Re: [PATCH] Minimal cross-compiling support (32-bit on x86-64)

2009-04-20 Thread Eduard - Gabriel Munteanu
On Mon, Apr 20, 2009 at 12:39:39PM +0300, Eduard - Gabriel Munteanu wrote: > This allows Jato to be built on x86-64 as a 32-bit executable: > > $ make ARCH=i386 > > One might also have to supply a suitable LIBS so the linker can locate > the various binutils 32-bit libraries. > > Signed-off-by:

[PATCH] Minimal cross-compiling support (32-bit on x86-64)

2009-04-20 Thread Eduard - Gabriel Munteanu
This allows Jato to be built on x86-64 as a 32-bit executable: $ make ARCH=i386 One might also have to supply a suitable LIBS so the linker can locate the various binutils 32-bit libraries. Signed-off-by: Eduard - Gabriel Munteanu --- Makefile | 43 -

[PATCH] regression: quote variable in run-suite.sh

2009-04-20 Thread Vegard Nossum
>From c662fc8099aba314b9237a08de80732a7aed2371 Mon Sep 17 00:00:00 2001 From: Vegard Nossum Date: Mon, 20 Apr 2009 10:57:26 +0200 Subject: [PATCH] regression: quote variable in run-suite.sh I got this: run-suite.sh: line 23: test: argument expected Let's quote the variable. Now I get th