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

* ldexp.c (fold_name): Issue error on undefined sections. ld/testsuite/ * ld-scripts/expr.exp: New. * ld-scripts/expr1.s: New. * ld-scripts/expr1.d: New. * ld-scripts/expr1.t: New.
13 lines
116 B
Raku
13 lines
116 B
Raku
ENTRY(RAM)
|
|
|
|
MEMORY
|
|
{
|
|
ram (rwx) : ORIGIN = 0, LENGTH = 0x1000000
|
|
}
|
|
|
|
SECTIONS
|
|
{
|
|
.text : { } >ram
|
|
}
|
|
RAM = ADDR(ram);
|