Hello, This does the s/extract_address/extract_unsigned_integer/ change to the solib files. One bit bugs me - IRIX. It's doing an unsigned extract when MIPS is ment to always sign extend an address. It's very tempting to instead make that code always do signextended extracts (I don't have access to an IRIX 4 box though). thoughts? Andrew