Update ld-elf/orphan-8.map to support 32-bit targets
[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.029956 seconds and 4 git commands to generate.