This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]