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