summaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2002-04-23 22:12:11 -0700
committerPer Bothner <bothner@gcc.gnu.org>2002-04-23 22:12:11 -0700
commit65f15556ee9152aca210953b0e900918fa512e0b (patch)
tree50e491c8fb0c674b88117be49442d6812567a8e2 /gcc/java/ChangeLog
parent6c054bdee36f9309429d8ac6078d903f795ade11 (diff)
downloadgcc-65f15556ee9152aca210953b0e900918fa512e0b.tar.gz
Fix typos for 2002-03-08 entry.
From-SVN: r52704
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 492e14bba8e..ad1796c2efe 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -267,9 +267,9 @@ Tue Apr 23 14:31:23 2002 Anthony Green <green@redhat.com>
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-05 David Billinghurst <David.Billinghurst@riotinto.com>