Home | History | Annotate | Download | only in ld-powerpc
      1 
      2 .*
      3 
      4 # It doesn't matter whether .text, .bss and .debug are listed, as long as
      5 # they're empty.  The important thing is that .loader shouldn't appear
      6 # at all.
      7 Sections:
      8  *Idx Name * Size .*
      9  *0 \.text * 0+0 .*
     10  *ALLOC, LOAD, CODE
     11  *1 \.data * 0+8 .*
     12  *CONTENTS, ALLOC, LOAD, RELOC, DATA
     13  *2 \.bss * 0+0 .*
     14  *ALLOC
     15  *3 \.debug * 0+0 .*
     16                   
     17 RELOCATION RECORDS FOR \[\.data\]:
     18 OFFSET * TYPE  * VALUE 
     19 0+0 R_POS(|_32) * \.puts
     20 0+4 R_POS(|_32) * foobar
     21 
     22 
     23