Various changes to the garbage collector and other relocators to
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 28 Oct 1989 15:39:09 +0000 (15:39 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 28 Oct 1989 15:39:09 +0000 (15:39 +0000)
commit64702ae60877bcf67d9602fd03a5a9263288f58a
tree69da6355c34785dbb509fa92c02b09ae5ad5da27
parentd0718ebc3d53476045bd7994fb83048a3a2f45c6
Various changes to the garbage collector and other relocators to
accomodate machines where jsr-style instructions do not encode the
target address directly and contiguously.

Some changes to cmp68kgc.h to better match the portable version,
cmpgc-portable.h .

Split the defaulting of various macros from gccode.h into
cmpgc-stub.h .  gccode.h includes cmpgc.h which should be a copy of (or
link to) cmp68kgc.h, cmpvaxgc.h, cmpgc-portable.g, or cmpgc-stub.h
19 files changed:
v7/src/microcode/bchdmp.c
v7/src/microcode/bchgcc.h
v7/src/microcode/bchgcl.c
v7/src/microcode/bchpur.c
v7/src/microcode/bintopsb.c
v7/src/microcode/fasdump.c
v7/src/microcode/fasload.c
v7/src/microcode/gc.h
v7/src/microcode/gccode.h
v7/src/microcode/gcloop.c
v7/src/microcode/interp.c
v7/src/microcode/memmag.c
v7/src/microcode/purify.c
v7/src/microcode/purutl.c
v7/src/microcode/unxutl/ymkfile
v7/src/microcode/version.h
v8/src/microcode/bintopsb.c
v8/src/microcode/interp.c
v8/src/microcode/version.h