epiphany/disassembler: Improve alignment of output.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / set.s
1 L_a:
2 .long 0
3
4 _b = L_a
5
6 L_c = L_a
7
8 .globl _d
9 _d = L_a
This page took 0.044024 seconds and 4 git commands to generate.