This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
patch: enable interpreter on Alpha
- To: java-patches at sources dot redhat dot com
- Subject: patch: enable interpreter on Alpha
- From: Anthony Green <green at cygnus dot com>
- Date: Sat, 9 Dec 2000 16:38:22 -0800
- Reply-to: green at cygnus dot com
The interpreter works on Alpha systems now. I'll check this in once
the tree becomes available for changes again. This also enables
dwarf2 style EH on Alpha.
One final change is needed: the alpha asm code in libffi needs hand
written unwind info.
2000-12-09 Anthony Green <green@redhat.com>
* configure.host: Enable interpreter and table based exception
handling for Alpha.
Index: libjava/configure.host
===================================================================
RCS file: /cvs/java/libgcj/libjava/configure.host,v
retrieving revision 1.11
diff -u -p -u -r1.11 configure.host
--- configure.host 2000/05/19 17:55:27 1.11
+++ configure.host 2000/12/10 00:32:10
@@ -64,6 +64,9 @@ case "${host}" in
libgcj_cflags="-D__NO_MATH_INLINES"
DIVIDESPEC=-fno-use-divide-subroutine
;;
+ alphaev6-*)
+ libgcj_interpreter=yes
+ ;;
sparc-*)
;;
ia64-*)