From: Per Bothner Date: Sun, 21 Feb 1999 15:41:32 +0000 (-0800) Subject: jcf-write.c (generate_classfile): Emit "Exceptions" attribute. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edd643a930e67d499d5e600749a450ff2d2a6bfc;p=gcc.git jcf-write.c (generate_classfile): Emit "Exceptions" attribute. * jcf-write.c (generate_classfile): Emit "Exceptions" attribute. From-SVN: r25343 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 7a6596220ed..3f1b335b095 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 21 14:56:11 1999 Per Bothner + + * jcf-write.c (generate_classfile): Emit "Exceptions" attribute. + Fri Feb 19 15:35:01 1999 Per Bothner Force left-to-right evaluation of binary operations etc.