Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / attributes.ld
1 PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
2 ENTRY (__start)
3 SECTIONS
4 {
5 .text :
6 {
7 *(.text)
8 }
9 }
This page took 0.029396 seconds and 4 git commands to generate.