Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mn10300 / i135409-1.s
1 .text
2
3 nop
4
5 .global _start
6 _start:
7 .type _func, @function
8 _func:
9 mov L001,A1
10 nop
11 A:
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
25 BOTTOM:
26
27 .data
28 L001:
29
This page took 0.029851 seconds and 4 git commands to generate.