gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mn10300 / i135409-1.s
CommitLineData
bfff1642
NC
1 .text
2
3 nop
4
5 .global _start
6_start:
7 .type _func, @function
8_func:
9 mov L001,A1
10 nop
11A:
12 mov L001,A1
13 .size _func, . - _func
14
15
16 .global _func2
17_func2:
18 .type _func2, @function
19 mov L001,A1
20 nop
21 mov L001,A1
22 .size _func2, . - _func2
23
24 .global BOTTOM
25BOTTOM:
26
27 .data
28L001:
29
This page took 1.31331 seconds and 4 git commands to generate.