[TESTERS NEEDED] Enable hash synchronization on Sparc.

David S. Miller davem@redhat.com
Fri Oct 24 14:25:00 GMT 2003


While scanning over libjava I noticed that all the necessary Sparc
locking was implemented such that hash synchronization could be
enabled but it never was enabled, yikes!

I've completed a bootstrap and am running regression tests on
sparc64-linux with the following patch applied, I will do a
sparc-linux bootstrap+check test as well.

Can someone do a regression check on Solaris with this applied
before I install it?

2003-10-24  David S. Miller  <davem@redhat.com>

	* configure.host: Enable hash synchronization on Sparc.

--- configure.host.~1~	Thu Oct 23 01:01:36 2003
+++ configure.host	Fri Oct 24 03:53:21 2003
@@ -136,7 +136,9 @@
 	enable_hash_synchronization_default=yes
 	;;
   sparc*-*)
+	sysdeps_dir=sparc
 	libgcj_interpreter=yes
+	enable_hash_synchronization_default=yes
         ;;
   ia64-*)
 	sysdeps_dir=ia64



More information about the Gcc-patches mailing list