During class file generation...
authorAnthony Green <green@cygnus.com>
Thu, 7 Oct 1999 13:26:01 +0000 (13:26 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 7 Oct 1999 13:26:01 +0000 (13:26 +0000)
commitab150fb1894fda0eab14187338834d656de2a52a
treeeb83f5d7b9f27044c9864936e569e3d22225c475
parent81bf3d9ed3ef013962d6913294fa6fdf6c140fee
During class file generation...

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.

From-SVN: r29854
gcc/java/ChangeLog
gcc/java/jcf-write.c