K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-05-07T15:59:55.235234Z K 7 svn:log V 323 MFC 355403: Use "far" calls and branches so that lld uses valid relocations. Conditional branch and jump instructions do not always call via PLT stubs and thus will not honor LD_PRELOAD, etc. lld warns about using non-preemptible relocations for preemptible or unknown symbols whereas bfd does not (at least for RISC-V). END