From: Per Bothner Date: Wed, 24 Apr 2002 05:11:31 +0000 (-0700) Subject: Fix typos for 2002-03-08 entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be3ac45edb1f10d6e813ef8674b0afa2f314d3ae;p=gcc.git Fix typos for 2002-03-08 entry. From-SVN: r52703 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index b1d06e04c65..e140a52a96f 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -362,9 +362,9 @@ Thu Mar 28 13:22:22 CET 2002 Jan Hubicka Fix for PR java/5812. * expr.c (build_java_jsr): Take pc arguments, and do lookup_label - gere instead of in JSR macro. Likewise with load_type_state call. + here instead of in JSR macro. Likewise with load_type_state call. Do the latter on if the return_pc has been verified (the jsr returns). - (JSR): No just call build_java_jsr. + (JSR): Now just call build_java_jsr. 2002-03-07 Jeff Sturm