[lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Sean Silva
silvas at purdue.edu
Fri May 17 13:42:35 PDT 2013
Unrelated to the patch, but can these be `static`?:
+const uint8_t X86_64PLTAtom::_defaultContent[16] = {
+ 0xff, 0x25, 0x00, 0x00, 0x00, 0x00, // jmpq *gotatom(%rip)
+ 0x68, 0x00, 0x00, 0x00, 0x00, // pushq reloc-index
+ 0xe9, 0x00, 0x00, 0x00, 0x00 // jmpq plt[-1]
+};
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130517/c4fb9d5a/attachment.html>
More information about the llvm-commits
mailing list