mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00

PR 22465 binutils/ * objcopy.c (copy_section): New local extra. If isection->lma not exactly divisible by interleave, then bias from. Also adjust osection->lma if necessary. ld/ * testsuite/ld-elf/interleave-0.d, testsuite/ld-elf/interleave-4.d, * testsuite/ld-elf/interleave.ld, testsuite/ld-elf/interleave.s: New.
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
MEMORY
|
|
{
|
|
x0(xrw): ORIGIN = 0x0, LENGTH = 8
|
|
x1(xrw): ORIGIN = 0xC, LENGTH = 8
|
|
}
|
|
SECTIONS
|
|
{
|
|
.a0 : { *(.text.a0) } > x0
|
|
.a1 : { *(.text.a1) } > x1
|
|
}
|