It's the first time I touch this ABI. Please forgive omissions.
Details
Diff Detail
Event Timeline
ELF/Target.cpp | ||
---|---|---|
966 | Can you fill this function to handle some basic relocations, so that it can handle some basic programs (such as a hello world written in assembly)? You can create another patch which depends on this if you want to separate them. The point is that I don't want to leave this stub empty for a long period of time. |
The code now handles basic relocations correctly (enough to link an ASM hello world, as proposed by Rui).
LGTM with a few nits.
ELF/Target.cpp | ||
---|---|---|
964 | Add a blank line before this line. | |
test/ELF/basicppc.s | ||
2 | Rename basicppc.s -> basic-ppc.s | |
test/ELF/ppc-relocs.s | ||
4 ↗ | (On Diff #44355) | Above file has "REQUIRES: ppc" and here we have "REQUIRES: powerpc". Which is correct? Even if both are correct, please choose one of them and use it consistently. |
Add a blank line before this line.