Cleared 2m ago · qualcomm/eld #339 · C++ · ★ 256 · BSD-3-Clause

[GNUIncompatibility] eld errors out if a memory region is not assigned to an output section

eld errors out if a memory region is not assigned to an output section, but bfd does not. Reproducer: #!/usr/bin/env bash cat >1.c <<\EOF int foo() { return 11; } EOF cat >script.t <<\EOF MEMORY { RAM : ORIGIN = 0x1000, LENGTH = 0x1000 } SECTIONS { .foo : { *(.text.foo) } >RAM…

What we checked

Similar unclaimed issues