0d61eedd67
* ld-scripts/weak.t: New file. * ld-scripts/weak1.s: New file. * ld-scripts/weak2.s: New file.
9 lines
103 B
Raku
9 lines
103 B
Raku
SECTIONS
|
|
{
|
|
.text 0x1000 : {
|
|
tmpdir/weak1.o(*)
|
|
}
|
|
.data 0x2000 : {
|
|
tmpdir/weak2.o(*)
|
|
}
|
|
}
|