Retro68/binutils/ld/testsuite/ld-nds32/diff.ld

11 lines
106 B
Plaintext
Raw Normal View History

2015-08-28 15:32:19 +00:00
SECTIONS
{
.text 0x4000 : {
* (.text .text.*);
}
.data 0x8000 : {
* (.data .data.*);
}
}