This is the mail archive of the java-patches@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch: enable interpreter on Alpha



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-*)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]