https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465

--- Comment #29 from Andreas Schwab <sch...@linux-m68k.org> ---
'_rtld_local#+15032385536' is just a hint that is passed through to the linker
in the addend of the R_IA64_LDXMOV relocation for the insn.  That tells the
linker the addend of the R_IA64_LTOFF22X relocation associated with the
corresponding addl insn when processing the R_IA64_LDXMOV relocation during the
relaxing pass.  This is necessary because the addl/ld8 pair can be separated by
arbitrary other insns.

Reply via email to