Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nds32 / gp.ld
CommitLineData
35c08157
KLC
1SECTIONS
2{
3 .text 0x0 : {
4 * (.text .text.*);
5 }
6
7 .data 0x3000 : {
8 * (.data .data.*);
9 }
10 _SDA_BASE_ = 0x1000;
11}
This page took 0.149164 seconds and 4 git commands to generate.