aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2002-04-23 22:11:31 -0700
committerPer Bothner <bothner@gcc.gnu.org>2002-04-23 22:11:31 -0700
commitbe3ac45edb1f10d6e813ef8674b0afa2f314d3ae (patch)
tree23bda55ecee806260a2160032936a911f91c9aba
parentc2a6704f600a3227e7bcc1d2a4ecbafb2c08086c (diff)
downloadgcc-be3ac45edb1f10d6e813ef8674b0afa2f314d3ae.zip
gcc-be3ac45edb1f10d6e813ef8674b0afa2f314d3ae.tar.gz
gcc-be3ac45edb1f10d6e813ef8674b0afa2f314d3ae.tar.bz2
Fix typos for 2002-03-08 entry.
From-SVN: r52703
-rw-r--r--gcc/java/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index b1d06e0..e140a52 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -362,9 +362,9 @@ Thu Mar 28 13:22:22 CET 2002 Jan Hubicka <jh@suse.cz>
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 <jsturm@one-point.com>