gas:
[binutils/dougsmingw.git] / ld / testsuite / ld-mips-elf / emit-relocs-1a.s
blob9176f97242f92c730e47de5c126faef2f9ae4b87
1 .text
2 .globl _start
3 _start:
4 jr $31
6 .section .merge1,"aMS",@progbits,1
7 A: .string "utter"
9 .section .merge2,"aMS",@progbits,1
10 B: .string "tasting"
12 .section .merge3,"aM",@progbits,4
13 C: .4byte 0x100
14 D: .4byte 0x200
16 .data
17 E: .4byte E
18 .4byte E + 0x1000
19 .4byte A
20 .4byte B
21 .4byte C
22 .4byte D