This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r117830 - in /branches/gcj-eclipse: gcc/java/Ch...


Author: tromey
Date: Tue Oct 17 20:08:42 2006
New Revision: 117830

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117830
Log:
libjava
	* java/lang/natClass.cc (parseAnnotationElement): Expect a utf8
	constant in the "string" case.
	* defineclass.cc (handleAnnotationElement): Expect a utf8 constant
	in the "string" case.
gcc/java
	* jcf-dump.c (print_element_value): Expect a utf8 constant in the
	"string" case.

Modified:
    branches/gcj-eclipse/gcc/java/ChangeLog
    branches/gcj-eclipse/gcc/java/jcf-dump.c
    branches/gcj-eclipse/libjava/ChangeLog
    branches/gcj-eclipse/libjava/defineclass.cc
    branches/gcj-eclipse/libjava/java/lang/natClass.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]