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