]> gcc.gnu.org Git - gcc.git/commit - gcc/java/java-tree.h
lang.c (flag_hash_synchronization): New global.
authorTom Tromey <tromey@cygnus.com>
Thu, 16 Mar 2000 18:32:45 +0000 (18:32 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 16 Mar 2000 18:32:45 +0000 (18:32 +0000)
commit64aa33dd9c7353a00780a6c6a45c4f835adc2996
treea9a67b3bdebd8b47728643d12e9e3d6dffc0f055
parent3c0fca12828829ee5a8c277c1792f59dfd868fef
lang.c (flag_hash_synchronization): New global.

* lang.c (flag_hash_synchronization): New global.
(lang_f_options): Added `hash-synchronization'.
* lang-options.h: Mention -fhash-synchronization.
* java-tree.h (flag_hash_synchronization): Declare.
* expr.c (java_lang_expand_expr): Only push `sync_info' value when
hash table synchronization is disabled.
* decl.c (init_decl_processing): Only push `sync_info' value when
hash table synchronization is disabled.
* class.c (make_class_data): Only push `sync_info' field when hash
table synchronization is disabled.  Removed dead code.

From-SVN: r32593
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/expr.c
gcc/java/java-tree.h
gcc/java/lang-options.h
gcc/java/lang.c
This page took 0.060537 seconds and 5 git commands to generate.