[PATCH v2 2/5] riscv: Address differences in the linkerscript between GNU LD and LLVM/LLD
Chris Johns
chrisj at rtems.org
Thu Oct 24 21:36:33 UTC 2019
On 25/10/19 1:25 am, Hesham Almatary wrote:
> LLVM/LLD does not support STARTUP and ALIGN_WITH_INPUT directives that
> GNU LD support. INPUT and ALIGN(8) are supported by LLVM/LLD and can
> replace the unsupported STARTUP/ALIGN_WITH_INPUT directives.
Does "INPUT and ALIGN(8)" work with GCC?
That is, does a common set exist we can use for both?
Chris
More information about the devel
mailing list