PATCH: PR gold/16945: Executable with -fpie and -mcmodel=large gives segfault on start

Cary Coutant ccoutant@google.com
Tue May 27 17:10:00 GMT 2014


> 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



More information about the Binutils mailing list