gcc/gcjx ChangeLog bytecode/attribute.cc bytec ...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Wed Jan 19 00:00:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcjx-branch
Changes by: tromey@gcc.gnu.org 2005-01-19 00:00:43
Modified files:
gcjx : ChangeLog
gcjx/bytecode : attribute.cc classreader.cc
Log message:
* bytecode/attribute.cc (emit_annotation_value): Put annotation
class as utf8.
(emit_annotation): Likewise. Number of pairs takes two bytes.
(emit_annotation_value): Correctly write arrays. Handle nested
annotations.
* bytecode/classreader.cc (parse_annotation): Class is stored as
a Utf8Const.
(parse_parameter_annotations): Only one byte for number of
parameters.
(parse_annotation): Read two bytes for number of elements.
(parse_attributes): Fixed assertions.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.13&r2=1.1.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/attribute.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcjx/bytecode/classreader.cc.diff?cvsroot=gcc&only_with_tag=gcjx-branch&r1=1.1.2.1&r2=1.1.2.2
More information about the Gcc-cvs
mailing list