summaryrefslogtreecommitdiff
path: root/util/romcc/Makefile
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-06-20 14:43:20 +0000
committerEric Biederman <ebiederm@xmission.com>2003-06-20 14:43:20 +0000
commit153ea3548f5ac80d30103ace2655faaf05aa2ccb (patch)
tree810545a5620c869b9a586aba0ba40410d2e07196 /util/romcc/Makefile
parentf7a0ba84dcddf08cdd6a4431c899ae1ee0ed986c (diff)
downloadcoreboot-153ea3548f5ac80d30103ace2655faaf05aa2ccb.tar.xz
- 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
Diffstat (limited to 'util/romcc/Makefile')
-rw-r--r--util/romcc/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \