diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-26 22:39:29 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-26 22:39:29 +0000 |
| commit | 16e0ebfb2c664dc6350d4a3cdca6ef2d3470e347 (patch) | |
| tree | e10df97a16d840f306fafb0e4f11baec69c4c52c /libjava/ChangeLog | |
| parent | 81ae91343813bba1e7c7199e39ddbf13258f122b (diff) | |
| download | ppe42-gcc-16e0ebfb2c664dc6350d4a3cdca6ef2d3470e347.tar.gz ppe42-gcc-16e0ebfb2c664dc6350d4a3cdca6ef2d3470e347.zip | |
* verify.cc (construct_primitive_array_type) [void_type]: New
case.
(branch_prepass): Added dummy entries for unused instruction
values.
(verify_instructions_0): Likewise.
* interpret.cc (continue1): Comment fix.
* include/java-insns.h (op_xxxunusedxxx1): Removed.
* Makefile.in: Rebuilt.
* Makefile.am: Added -Wswitch-enum.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52814 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index a7d34198068..293358ac36d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,15 @@ +2002-04-26 Tom Tromey <tromey@redhat.com> + + * verify.cc (construct_primitive_array_type) [void_type]: New + case. + (branch_prepass): Added dummy entries for unused instruction + values. + (verify_instructions_0): Likewise. + * interpret.cc (continue1): Comment fix. + * include/java-insns.h (op_xxxunusedxxx1): Removed. + * Makefile.in: Rebuilt. + * Makefile.am: Added -Wswitch-enum. + 2002-04-24 Tom Tromey <tromey@redhat.com> * gnu/gcj/natCore.cc (create): Use __builtin_alloca, and compute |

