35c3a6f84d907def7abb5cf3c456c91daaa04a45
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emit-relocs-1a.s
1 .text
2 .align 4
3 .globl _start
4 _start:
5 jr $31
6
7 .section .merge1,"aMS",@progbits,1
8 A: .string "utter"
9
10 .section .merge2,"aMS",@progbits,1
11 B: .string "tasting"
12
13 .section .merge3,"aM",@progbits,4
14 C: .4byte 0x100
15 D: .4byte 0x200
16
17 .data
18 .align 4
19 E: .4byte E
20 .4byte E + 0x1000
21 .4byte A
22 .4byte B
23 .4byte C
24 .4byte D
This page took 0.033925 seconds and 3 git commands to generate.