Home | History | Annotate | Download | only in ld-mmix
      1 #as: -linker-allocated-gregs
      2 #source: start.s
      3 #source: data-1.s
      4 #source: tm-orph1.s
      5 #source: tm-awpe.s
      6 #ld: -m mmo -u __etext -u __Sdata -u __Edata -u __Sbss -u __Ebss -u __Eall
      7 #objdump: -rst
      8 
      9 # An orphan section (.tm_clone_table) would attach after the register
     10 # section, and contents and symbols and related relocations would be
     11 # reduced to be relative to the register section, which is an error.
     12 # We check the original case ("aw",@progbits, to .data or .bss),
     13 # PR ld/1xxxx.
     14 
     15 .*:     file format mmo
     16 
     17 SYMBOL TABLE:
     18 0+ +g +\.text Main
     19 0+8 +g +\.text __etext
     20 20+8 +g +\.data __TMC_END__
     21 20+8 +g +\.data __Ebss
     22 20+8 +g +\.data __Edata
     23 0+ +g +\.text _start
     24 20+8 +g +\.data __Eall
     25 20+ +g +\.data __Sdata
     26 20+8 +g +\.data __Sbss
     27 
     28 Contents of section \.text:
     29  0000 e3fd0001 23fcfe00 .*
     30 Contents of section \.data:
     31  2000000000000004 00000042 .*
     32 Contents of section \.MMIX\.reg_contents:
     33  07f0 20000000 0000000f .*
     34