ChangeLog (2001-01-21): Fixed typo.
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 25 Jan 2001 22:25:22 +0000 (14:25 -0800)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 25 Jan 2001 22:25:22 +0000 (14:25 -0800)
commitc4faeb92870c2e757702e491d4d22c00e5080905
tree0784ed59de14fb0bb1d22a8534203fe2bd586799
parenta8d1550a43a5d5ad6fbc6a07b36c654001b0ad84
ChangeLog (2001-01-21): Fixed typo.

2001-01-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* ChangeLog (2001-01-21): Fixed typo.
* class.c (layout_class_method): Code accounting for WFLed
method DECL_NAMEs deleted.
* constant.c (find_methodref_index): Likewise.
* decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
* java-tree.h (DECL_FUNCTION_WFL): New macro.
(struct lang_decl): New field `wfl'.
(java_get_real_method_name): Prototype deleted.
* mangle.c (mangle_method_decl): Code accounting for WFLed
method DECL_NAMEs deleted.
* parse.h (GET_METHOD_NAME): Macro deleted.
* parse.y (reset_method_name): Deleted.
(method_header): Set DECL_FUNCTION_WFL.
(check_abstract_method_header): Code accounting for WFLed method
DECL_NAMEs deleted.
(java_get_real_method_name): Deleted.
(check_method_redefinition): Code accounting for WFLed method
DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
(java_check_regular_methods): Likewise.
(java_check_abstract_methods): Likewise.
(java_expand_classes): Don't call `reset_method_name.'
(search_applicable_method_list): Use DECL_NAMEs instead of
GET_METHOD_NAME.
* typeck.c (lookup_do): Code accounting for WFLed method
DECL_NAMEs deleted.

(http://gcc.gnu.org/ml/gcc-patches/2001-01/msg01954.html)

From-SVN: r39274
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/constants.c
gcc/java/decl.c
gcc/java/java-tree.h
gcc/java/mangle.c
gcc/java/parse.h
gcc/java/parse.y
gcc/java/typeck.c