https://sourceware.org/bugzilla/show_bug.cgi?id=24784
--- Comment #7 from Fangrui Song ---
> For the occurrence of name@GOTPCREL in the following assembler instructions:
> call *name@GOTPCREL(%rip)
I agree, yet it also says:
> (PIC) the base of GOT is within 2GB an indirect call to the GOT ent
https://sourceware.org/bugzilla/show_bug.cgi?id=24784
--- Comment #6 from H.J. Lu ---
The psABI also says
For the occurrence of name@GOTPCREL in the following assembler instructions:
call *name@GOTPCREL(%rip)
...
the R_X86_64_GOTPCRELX relocation, or the R_X86_64_REX_GOTPCRELX relocation
if the
https://sourceware.org/bugzilla/show_bug.cgi?id=24809
Tom de Vries changed:
What|Removed |Added
Component|tools |binutils
Version|unspecifie
https://sourceware.org/bugzilla/show_bug.cgi?id=24768
--- Comment #3 from Martin Liška ---
>
> The layout of this struct depends on the host compiler. Won't that cause
> problems in object file portability?
You are right, I will change streaming of the structure to be always LE in a
ELF file.