1PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
2ENTRY (__start)
3SECTIONS
4{
5  .text :
6  {
7    *(.text)
8  }
9}
10