mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
cc3e2771c5
* 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);
|