gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mn10300 / i127740.s
1 .section .text
2 .global _main
3 .global _dummy
4 _main:
5 mov _g_label,d1 # instruction is changed by relaxations
6
7 .balign 0x100
8 _dummy:
9 .long _dummy
10 ret [],0
11 .size _main, .-_main
12 .comm _g_label,4,4
This page took 0.029523 seconds and 4 git commands to generate.