old-cross-binutils/ld/testsuite/ld-scripts/weak.t
Ian Lance Taylor 0d61eedd67 * ld-scripts/weak.exp: New test.
* ld-scripts/weak.t: New file.
	* ld-scripts/weak1.s: New file.
	* ld-scripts/weak2.s: New file.
1998-06-19 21:13:57 +00:00

9 lines
103 B
Raku

SECTIONS
{
.text 0x1000 : {
tmpdir/weak1.o(*)
}
.data 0x2000 : {
tmpdir/weak2.o(*)
}
}