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]

egcs/gcc/java ChangeLog jcf-write.c


CVSROOT:	/cvs/egcs
Module name:	egcs
Changes by:	green@egcs.cygnus.com	99/10/07 06:26:01

Modified files:
	gcc/java       : ChangeLog jcf-write.c 

Log message:
	During class file generation, generate_classfile occasionally writes
	out a bunch of data and then skips backwards to fill in blanks.  When
	configured with --enable-checking, this patching up will often trip
	the checking code.  This change introduces UNSAFE_PUTx macros which
	never use CHECK_PUT.  These should only be used in cases we know
	CHECK_PUT will fail.


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