Searched hist:104072 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.cdiff 104072 Fri Sep 27 21:12:53 MDT 2002 jake Add a workaround for what seems to be confusion between binutils and the
sparc v9 ABI. The Elf_Rela records for local symbols appear to already
have the symbol's value added in to the addend field, even though the ABI
specifies we need to lookup the symbol and add its value too. This breaks
text relocations in klds because the symbol's value is added twice, and
the resulting address points off into nowhere land, so for now just use
the addend.

Tested by: rwatson
/freebsd-11-stable/sys/sys/
H A Dlinker.hdiff 104072 Fri Sep 27 21:12:53 MDT 2002 jake Add a workaround for what seems to be confusion between binutils and the
sparc v9 ABI. The Elf_Rela records for local symbols appear to already
have the symbol's value added in to the addend field, even though the ABI
specifies we need to lookup the symbol and add its value too. This breaks
text relocations in klds because the symbol's value is added twice, and
the resulting address points off into nowhere land, so for now just use
the addend.

Tested by: rwatson
/freebsd-11-stable/sys/kern/
H A Dlink_elf.cdiff 104072 Fri Sep 27 21:12:53 MDT 2002 jake Add a workaround for what seems to be confusion between binutils and the
sparc v9 ABI. The Elf_Rela records for local symbols appear to already
have the symbol's value added in to the addend field, even though the ABI
specifies we need to lookup the symbol and add its value too. This breaks
text relocations in klds because the symbol's value is added twice, and
the resulting address points off into nowhere land, so for now just use
the addend.

Tested by: rwatson
H A Dlink_elf_obj.cdiff 104072 Fri Sep 27 21:12:53 MDT 2002 jake Add a workaround for what seems to be confusion between binutils and the
sparc v9 ABI. The Elf_Rela records for local symbols appear to already
have the symbol's value added in to the addend field, even though the ABI
specifies we need to lookup the symbol and add its value too. This breaks
text relocations in klds because the symbol's value is added twice, and
the resulting address points off into nowhere land, so for now just use
the addend.

Tested by: rwatson

Completed in 218 milliseconds