Don't re-export common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / lma.lnk
1 SECTIONS
2 {
3 . = -0x100000;
4 .text : AT(ADDR(.text) + 0x100000) { *(.text) }
5 /DISCARD/ : { *(*) }
6 }
This page took 0.037561 seconds and 4 git commands to generate.