fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-mips-elf / emrelocs1.s
blob3e679aefde09e3453e6a04bf9d024defa3efaad7
1 # emrelocs1.s: some external symbols to be used in relocations.
3 .text
4 .p2align 4
6 # Pad things so addresses which are used for relocations
7 # are non-zero. Zero simply isn't as much fun.
8 .word 0
10 .globl ext_fun
11 .ent ext_fun
12 ext_fun: .word 1
13 .end ext_fun
16 .sdata
17 .p2align 4
19 # Padding here, for same reason.
20 .word 0
22 .globl ext_var
23 ext_var: .word 2