configure.host: Enable interpreter for mips64.

* configure.host: Enable interpreter for mips64.  Enable hash
	synchronization for all mips*-*-linux* targets.
	* sysdep/mips/locks.h (compare_and_swap, compare_and_swap_release) Use
	__sync_bool_compare_and_swap instead of in-line asm.
	(release_set, read_barrier, write_barrier): Use __sync_synchronize
	instead of in-line asm.

From-SVN: r128438
This commit is contained in:
David Daney
2007-09-12 15:16:23 +00:00
committed by David Daney
parent b9baeecdcc
commit 22083efc54
3 changed files with 19 additions and 55 deletions
+9
View File
@@ -1,3 +1,12 @@
2007-09-12 David Daney <ddaney@avtrex.com>
* configure.host: Enable interpreter for mips64. Enable hash
synchronization for all mips*-*-linux* targets.
* sysdep/mips/locks.h (compare_and_swap, compare_and_swap_release) Use
__sync_bool_compare_and_swap instead of in-line asm.
(release_set, read_barrier, write_barrier): Use __sync_synchronize
instead of in-line asm.
2007-09-09 Andreas Tobler <a.tobler@schweiz.org>
PR libgcj/33326