[GNUIncompatibility] eld errors out if a memory region is not assigned to an output section
#339 · C++ · ★ 256 · BSD-3-Clause · updated 3mo ago
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…
21/22 outside PRs mergedpoints at a filehas CONTRIBUTING
Cleared 2m ago