8d708c8cad
* ld-scripts/pr14962.d, * ld-scripts/pr14962.t, * ld-scripts/pr14962a.s, * ld-scripts/pr14962b.s: New test. * ld-scripts/expr.exp: Run it.
8 lines
128 B
Raku
8 lines
128 B
Raku
NOCROSSREFS ( .text .data )
|
|
x = ABSOLUTE(x);
|
|
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
.data : { *(.data) }
|
|
/DISCARD/ : { *(*) }
|
|
}
|