Here are some files form other packages that I have changed.
They are provided so that you could compile them.  However, the binaries are
already included in Checker-V0.?/bin/

tc-i386.h & tc-i386.c (gas-2.2/gas/config/tc-i386.?)
These file implements code insertion. Copy them, if you have gas sources.
Compile GAS with -DCHECKER option.

i386.h (gas-2.2/gas/include/opcodes/i386.h)
code insertion(2). I have added one filed in the template structure. So, if
you use this file with another package (e.g. gdb), see tc-i386.h

ld.diff is a patch for ld.c (binutils-1.9l.3 from HJ)

libc.chkr.diffs is a patch for libc4.5.26.tgz
Compile libc with:
 make CHECKER=true
 make CHECKER=true MATH=true

