ecoff testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-visium / ld3.ld
1 SECTIONS
2 {
3 seg1 0x10000 : {
4 *(seg1)
5 }
6 seg2 0x20000 : {
7 *(seg2)
8 }
9 }
This page took 0.029784 seconds and 4 git commands to generate.