David Miller writes: > This is mainly a synchronization point, I still need to look > more deeply into Alexei's -g issue. > > New in this version from v3: > - Remove tailcall from opcode table > - Rearrange relocations so that numbers match with LLVM ones > - Emit relocs properly so that dwarf2 debug info tests pass > - Handle negative load/store offsets properly, add tests > > Signed-off-by: David S. Miller > --- Latest results from x86-64 and aarch64: Both are little endian. The only difference is for x86-64, I'm off of commit 750eaa47f10f ("x86: Check plt_got before using .plt.got") and for aarch64 I'm off of ee7e95efb981 ("merge_gnu_build_notes reloc deletion"). I don't think that should matter. I've also got a small incremental to fix some trailing whitespace, and s/SPARC/BPF/ in one file, attached.