This patch adds "-m elf_iamcu" to ldd for IAMCU psABI:
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
So this is this one right? https://groups.google.com/forum/#!topic/ia32-abi/cn7TM6J_TIg
Is this all you have to do to the linker ot support Intel MCU ABI?
Comment Actions
Please check it in for me. Thanks.
So this is this one right? https://groups.google.com/forum/#!topic/ia32-abi/cn7TM6J_TIg
Is this all you have to do to the linker ot support Intel MCU ABI?
That is correct. In terms of linker, the only difference is EM_386 vs
EM_IAMCU. But IAMCU psABI has a different calling convention.