This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[TESTERS NEEDED] Enable hash synchronization on Sparc.
- From: "David S. Miller" <davem at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 24 Oct 2003 07:12:34 -0700
- Subject: [TESTERS NEEDED] Enable hash synchronization on Sparc.
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