* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emrelocs2.s
1 # emrelocs2.s: local symbols and data which causes relocations.
2
3 .text
4 .p2align 4
5
6 .word 0, 0
7
8 .ent lcl_fun
9 lcl_fun: .word 3
10 .end lcl_fun
11
12
13 .sdata
14 .p2align 4
15
16 .word 0, 0
17
18 lcl_var: .word 4
19
20 .p2align 4
21
22 .word ext_fun
23 .word ext_var
24 .word lcl_fun
25 .word lcl_var
26
27 .dword ext_fun
28 .dword ext_var
29 .dword lcl_fun
30 .dword lcl_var
This page took 0.03045 seconds and 4 git commands to generate.