gcc/boehm-gc
Bryce McKinlay 4559716751 Hashtable synchronization for PowerPC.
libjava:
	Hashtable synchronization for PowerPC.
	* configure.in: Define SLOW_PTHREAD_SELF if configure.host set
	slow_pthread_self. Set up symlink for sysdeps directory.
	* configure: Rebuild.
	* configure.host: Document more shell variables. Set sysdeps_dir
	for most platforms. Set slow_pthread_self for i686. Set
	enable_hash_synchronization_default and slow_pthread_self for PowerPC.
	* posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use release_set so
	that memory barrier is emitted where required.
	* prims.cc: 64-bit align static primitive class instances.
	* include/posix-threads.h (_Jv_ThreadSelf for SLOW_PTHREAD_SELF): Add
	read_barrier() to enforce ordering of reads.
	* sysdep/powerpc/locks.h: New file. Implementation of synchronization
	primitives for PowerPC.
	* sysdep/i386/locks.h: New file. Synchronization primitives for i386
	moved from natObject.cc.
	* sysdep/alpha/locks.h: Likewise.
	* sysdep/ia64/locks.h: Likewise.
	* sysdep/generic/locks.h: Likewise.
	* java/lang/natObject.cc: Move thread synchronization primitives to
	system-dependent headers.
gcc/java:
	* decl.c (java_init_decl_processing): Make sure class_type_node
	alignment is not less than 64 bits if hash synchronization isenabled.

boehm-gc:
	* include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
	support is enabled, for hash synchronization.

From-SVN: r50523
2002-03-10 03:53:16 +00:00
..
cord
doc Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
include Hashtable synchronization for PowerPC. 2002-03-10 03:53:16 +00:00
Mac_files
tests Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
acinclude.m4 Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
aclocal.m4 Makefile.am, [...]: Imported GC 6.0 and merged local changes. 2001-08-18 01:04:43 +00:00
add_gc_prefix.c Makefile.am, [...]: Imported GC 6.0 and merged local changes. 2001-08-18 01:04:43 +00:00
allchblk.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
alloc.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
alpha_mach_dep.s
AmigaOS.c
backgraph.c Initial revision 2002-01-31 02:48:44 +00:00
BCC_MAKEFILE
blacklst.c
callprocs
ChangeLog Hashtable synchronization for PowerPC. 2002-03-10 03:53:16 +00:00
checksums.c
config.guess Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
config.sub Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
configure configure.in: Re-apply 2001-06-26 configure change. 2002-02-12 10:40:38 -08:00
configure.host Makefile.am, [...]: Imported GC 6.0 and merged local changes. 2001-08-18 01:04:43 +00:00
configure.in configure.in: Re-apply 2001-06-26 configure change. 2002-02-12 10:40:38 -08:00
dbg_mlc.c dbg_mlc.c (GC_debug_generic_malloc): Removed. 2002-02-13 05:38:39 +00:00
digimars.mak
dyn_load.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
EMX_MAKEFILE
finalize.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
gc_cpp.cc
gc_cpp.cpp
gc_dlopen.c Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
gc.mak Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
gcc_support.c
gcj_mlc.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
gcname.c
headers.c
hpux_test_and_clear.s
ia64_save_regs_in_stack.s Initial revision 2001-10-15 05:57:59 +01:00
if_mach.c
if_not_there.c
install-sh
irix_threads.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
libtool.m4
linux_threads.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
ltconfig
ltmain.sh
mach_dep.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
MacOS.c
MacProjects.sit.hqx
Makefile.am Makefile.am: Added win32_threads.c to sources list. 2002-02-25 04:04:43 +00:00
Makefile.direct Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
Makefile.dist
Makefile.dj Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
Makefile.DLLs
Makefile.in Makefile.am: Added win32_threads.c to sources list. 2002-02-25 04:04:43 +00:00
malloc.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
mallocx.c Makefile.am, [...]: Imported GC 6.0 and merged local changes. 2001-08-18 01:04:43 +00:00
mark_rts.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
mark.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
mips_sgi_mach_dep.S dbg_mlc.c (GC_debug_generic_malloc): Removed. 2002-02-13 05:38:39 +00:00
mips_ultrix_mach_dep.s
misc.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
mkinstalldirs
new_hblk.c Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
NT_MAKEFILE
NT_THREADS_MAKEFILE Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
obj_map.c
OS2_MAKEFILE
os_dep.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
pc_excludes
pcr_interface.c
PCR-Makefile
powerpc_macosx_mach_dep.s Makefile.am, [...]: Imported GC 6.0 and merged local changes. 2001-08-18 01:04:43 +00:00
ptr_chck.c
real_malloc.c
reclaim.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
rs6000_mach_dep.s gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX. 2002-01-25 13:06:24 -05:00
setjmp_t.c
SMakefile.amiga
solaris_pthreads.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
solaris_threads.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
sparc_mach_dep.S Import bugfix. 2002-02-15 00:09:29 +00:00
sparc_netbsd_mach_dep.s
sparc_sunos4_mach_dep.s
specific.c Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes. 2001-10-16 10:01:40 +01:00
stubborn.c
threadlibs.c Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
typd_mlc.c
version.h Imported GC 6.1 Alpha 3. Finally. 2002-02-12 04:37:57 +00:00
WCC_MAKEFILE
win32_threads.c Makefile.am: Added win32_threads.c to sources list. 2002-02-25 04:04:43 +00:00