From 153ea3548f5ac80d30103ace2655faaf05aa2ccb Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Fri, 20 Jun 2003 14:43:20 +0000 Subject: - Implement goto support - Register allocator bug fixes. * coalesce_live_ranges now also updates the interference graph of live instructions * resolve_tangle now avoids copies to phi * correct_tangles is now called in a loop so that all tangles get fixed - Bug the version of romcc to 0.30 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@886 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/romcc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util/romcc/Makefile') diff --git a/util/romcc/Makefile b/util/romcc/Makefile index 8df5ce1adc..fbf945f781 100644 --- a/util/romcc/Makefile +++ b/util/romcc/Makefile @@ -1,5 +1,5 @@ -VERSION:=0.29 -RELEASE_DATE:=19 June 2003 +VERSION:=0.30 +RELEASE_DATE:=20 June 2003 PACKAGE:=romcc @@ -57,6 +57,7 @@ TESTS=\ simple_test35.c \ simple_test36.c \ simple_test37.c \ + simple_test38.c \ raminit_test.c \ raminit_test2.c \ raminit_test3.c \ -- cgit v1.2.3