We can link now!
root@cavium:/zoo/davide # file ./helloarch
./helloarch: ELF 64-bit LSB executable, ARM aarch64, version 1 (FreeBSD), statically linked, not stripped
root@cavium:/zoo/davide # ./helloarch
root@cavium:/zoo/davide # echo $?
42
Paths
| Differential D13167
[ELF2] Initial (very basic) support for AArch64 ClosedPublic Authored by davide on Sep 25 2015, 10:44 AM.
Details Summary We can link now! root@cavium:/zoo/davide # file ./helloarch
Diff Detail
Event Timelinedavide updated this object. This revision is now accepted and ready to land.Sep 25 2015, 10:49 AM Comment Actions Excellent! Aside, the reference FreeBSD/arm64 platform where @davide ran the result is Cavium's ThunderX.
Closed by commit rL248641: [ELF2] Add initial AArch64 support. (authored by davide). · Explain WhySep 25 2015, 5:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35786 lld/trunk/ELF/SymbolTable.cpp
lld/trunk/ELF/Target.h
lld/trunk/ELF/Target.cpp
lld/trunk/test/elf2/basic-aarch64.s
|