This patch fixes target linker emulation for arm 32 big endian. As I saw in gcc only supported linker emulation is armelfb_linux_eabi.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
That looks correct to me. Certainly armebelf_linux_eabi is not recognised on a recent ld.
lib/Driver/Tools.cpp | ||
---|---|---|
9098 | armelfb_linux_eabi matches the emulation name of my installation of gnu ld and the name in ld/configure.tgt. I think it is at least as authoratitive as armelf_linux_eabi so I suggest removing the /* TODO */ comment. |
armelfb_linux_eabi matches the emulation name of my installation of gnu ld and the name in ld/configure.tgt. I think it is at least as authoratitive as armelf_linux_eabi so I suggest removing the /* TODO */ comment.