1.globl d1, d2
2.section .data.d1, "aw"
3d1:
4  .quad 0
5
6.section .data.d2, "aw"
7d2:
8  .quad 0
9