aboutsummaryrefslogtreecommitdiff
path: root/libjava/THANKS
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-02-11 23:24:28 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-02-11 23:24:28 +0000
commit28ec5077d7f533713104cdfa21817917098c8111 (patch)
tree9ced273cb24e537c8ceb95288d25bf8496c274af /libjava/THANKS
parent0a9f300a82e92cac5657a8adbcea689e68cc795b (diff)
downloadgcc-28ec5077d7f533713104cdfa21817917098c8111.zip
gcc-28ec5077d7f533713104cdfa21817917098c8111.tar.gz
gcc-28ec5077d7f533713104cdfa21817917098c8111.tar.bz2
interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruction.
* interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruction. From Hans Boehm. From-SVN: r31939
Diffstat (limited to 'libjava/THANKS')
-rw-r--r--libjava/THANKS2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/THANKS b/libjava/THANKS
index 575a436..69d2ad6 100644
--- a/libjava/THANKS
+++ b/libjava/THANKS
@@ -5,7 +5,7 @@ contributions are not listed. Please keep this list in alphabetical
order.
Geoff Berry for his object serialization work and various patches.
-Hans-J. Boehm for his garbage collector.
+Hans-J. Boehm for his garbage collector and other work.
Godmar Back for his improvements and encouragement.
Per Bothner for dreaming up, designing and implementing much of gcj.
Steve Chamberlain for config fixes and the picoJava port.