diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-11 23:24:28 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-11 23:24:28 +0000 |
commit | 938bb574057321df08019edf2e9551620c20bbc4 (patch) | |
tree | 9ced273cb24e537c8ceb95288d25bf8496c274af /libjava/THANKS | |
parent | 7b2ca7dca509b0224ef343e8947f57a3a2af62d3 (diff) | |
download | gcc-938bb574057321df08019edf2e9551620c20bbc4.tar.gz |
* interpret.cc (continue1): Use STOREA, not STOREI, to implement
astore instruction. From Hans Boehm.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/THANKS')
-rw-r--r-- | libjava/THANKS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/THANKS b/libjava/THANKS index 575a43624e0..69d2ad6cb67 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. |