Home | History | Annotate | Line # | Download | only in romboot
romboot.ldscript revision 1.1.2.2
      1  1.1.2.2  thorpej OUTPUT_ARCH(mips)
      2  1.1.2.2  thorpej ENTRY(_start)
      3  1.1.2.2  thorpej SECTIONS
      4  1.1.2.2  thorpej {
      5  1.1.2.2  thorpej   .text      :
      6  1.1.2.2  thorpej   {
      7  1.1.2.2  thorpej     _ftext = . ;
      8  1.1.2.2  thorpej     *(.text)
      9  1.1.2.2  thorpej    _etext = .;
     10  1.1.2.2  thorpej   }
     11  1.1.2.2  thorpej }
     12