> 1. Since the GOT offset is always negative, we need to use signed int > to support 64-bit GOT relocations. i386.cc has the same problem, although I don't think it causes any real issue. Whether it's declared signed or unsigned, the arithmetic is still the same. I'll clean it up, though. -cary