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*10000010 d a
      4 0*10000010 D a
      5 # (strong common) wins over (weak data)
      6 0*10000020 B b
      7 0*10000014 d b
      8 # (strong data) wins over (strong common)
      9 0*10000000 d c
     10 0*10000000 D c
     11 # (weak data) loses to (strong common)
     12 0*10000004 d d
     13 0*10000028 B d
     14 # (weak common) loses to (strong data)
     15 0*10000018 d e
     16 0*10000018 D e
     17 # (weak common) wins over (weak data)
     18 0*10000024 W f
     19 0*1000001c d f
     20 # (strong data) wins over (weak common)
     21 0*10000008 d g
     22 0*10000008 D g
     23 # (weak data) wins over (weak common)
     24 0*1000000c d h
     25 0*1000000c W h
     26