Home | History | Annotate | Download | only in binutils-all
      1         .section ".data", "aw"
      2         .global foo
      3         .global foo1
      4         .global foo2
      5         .global foa
      6         .global fob
      7         .global bar
      8 foo:
      9 foo1:
     10 foo2:
     11 foa:
     12 fob:
     13 bar:
     14         .word 0x0
     15