
This directory contains various files useful for Kaffe developers.

sp_offset.c:	a program that guesses the correct offset of the sp in a
		jmpbuf for the jthread threading system.

gdbinit:	a gdb macro file to help in debugging kaffe

JavaClass.pm:	Perl 5 module for .class file manipulation.
		Used by dumpClass.pl and utf8munge.pl

dumpClass.pl:	dump the content of a .class file

utf8munge.pl:	change the values of utf8 constants of a .class file
		Note that both .pl scripts require /usr/local/bin/perl 
		(or change the first line in the script)

autogen.sh:	script to run all of the various auto* programs
		in the correct order

unicode.pl:	Perl script to generate unicode.idx and unicode.tbl

geteh_from_libgcc2:	how to extract eh.c from libgcc2.c
		See kaffe/kaffevm/gcj/eh.c

alignment_of_size.c:	determine alignments used by a given compiler.

mangleNative.pl:	create linker scripts for native methods for GCJ.

fixup.c		create GCJ fixup modules

createLdScript.pl:	creare linker scripts for one particular library.
		Depends on libtool's .exp file.
