Home | History | Annotate | Download | only in ld-elf
      1 PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
      2 ENTRY (__start)
      3 SECTIONS
      4 {
      5   .text :
      6   {
      7     *(.text)
      8   }
      9 }
     10