[Nasm-bugs] [Bug 3392533] Considerations for segment support in ELF

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Wed Dec 5 16:23:58 PST 2018


https://bugzilla.nasm.us/show_bug.cgi?id=3392533

--- Comment #13 from H. Peter Anvin <hpa at zytor.com> ---
We don't need RELA for the above three relocations.  For R_*_SEG the implicit
addend for REL relocations would of course already be shifted.

For R_*_SEG it is an error if the unshifted result & ~0xffff0 is nonzero;
SEGOFF16 is unsigned 16 bits, and SEGOFF32 has wraparound semantics.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list