Home | History | Annotate | Download | only in ld-powerpc
      1 # Comments are (aix-weak-1a.s type) wins over/loses to (aix-weak-1b.s type)
      2 # (strong common) loses to (strong data)
      3 0+10 d a
      4 0+10 D a
      5 # (strong common) wins over (weak data)
      6 0+20 B b
      7 0+14 d b
      8 # (strong data) wins over (strong common)
      9 0+00 d c
     10 0+00 D c
     11 # (weak data) loses to (strong common)
     12 0+04 d d
     13 0+28 B d
     14 # (weak common) loses to (strong data)
     15 0+18 d e
     16 0+18 D e
     17 # (weak common) wins over (weak data)
     18 0+24 W f
     19 0+1c d f
     20 # (strong data) wins over (weak common)
     21 0+08 d g
     22 0+08 D g
     23 # (weak data) wins over (weak common)
     24 0+0c d h
     25 0+0c W h
     26