* Makefile.tpl: Clean $(BUILD_SUBDIR).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emrelocs1.s
1 # emrelocs1.s: some external symbols to be used in relocations.
2
3 .text
4 .p2align 4
5
6 # Pad things so addresses which are used for relocations
7 # are non-zero. Zero simply isn't as much fun.
8 .word 0
9
10 .globl ext_fun
11 .ent ext_fun
12 ext_fun: .word 1
13 .end ext_fun
14
15
16 .sdata
17 .p2align 4
18
19 # Padding here, for same reason.
20 .word 0
21
22 .globl ext_var
23 ext_var: .word 2
This page took 0.029812 seconds and 4 git commands to generate.