gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / set.s
1 .data
2 _start:
3 .set x, .-_start
4 .long x
5 .balign 4
6 .set x, .-_start
7 .long x
8 .L_xx: .set x, .-_start
9 .long x
10 .L_yy:.set x, .-_start
11 .long x
This page took 0.029751 seconds and 4 git commands to generate.