Add support for Andes NDS32:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nds32 / relax_load_store.ld
1 SECTIONS
2 {
3 .text 0x0 : {
4 * (.text .text.*);
5 }
6
7 .data 0x3000 : {
8 * (.data .data.*);
9 }
10 }
This page took 0.03023 seconds and 4 git commands to generate.