<div dir="ltr">Hi All,<div><br></div><div>This patch adds support for MachO rip-relative relocations for instructions that have an extra immediate field. These relocations are analogues of the riplRel32MinusN relocations, but for anonymous targets, e.g.:</div><div><br></div><div><font face="monospace, monospace">movb $0x12, L1(%rip)            // </font><span style="font-family:monospace,monospace">ripRel32Minus1Anon</span><font face="monospace, monospace"><br>movw $0x1234, L1(%rip)          // </font><span style="font-family:monospace,monospace">ripRel32Minus2Anon</span><font face="monospace, monospace"><br>ex: movw $0x12345678, L1(%rip)  // </font><span style="font-family:monospace,monospace">ripRel32Minus4Anon</span><div><br></div></div><div>Cheers,</div><div>Lang.</div></div>