summaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-24 05:11:31 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-24 05:11:31 +0000
commitd923068d277cd5257094b7b492224b4029fc1621 (patch)
tree23bda55ecee806260a2160032936a911f91c9aba /gcc/java
parent22b229f4ba9db2aad1adee4c220318c6a2967f49 (diff)
downloadgcc-d923068d277cd5257094b7b492224b4029fc1621.tar.gz
Fix typos for 2002-03-08 entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52703 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
1 files changed, 2 insertions, 2 deletions
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 <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>