gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / attributes.ld
CommitLineData
15a70cda
SD
1PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
2ENTRY (__start)
3SECTIONS
4{
5 .text :
6 {
7 *(.text)
8 }
9}
This page took 0.222828 seconds and 4 git commands to generate.