bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / emit-relocs-1b.s
1 .section .merge1,"aMS",@progbits,1
2 A: .string "flutter"
3
4 .section .merge2,"aMS",@progbits,1
5 B: .string "sting"
6
7 .section .merge3,"aM",@progbits,4
8 C: .4byte 0x300
9 D: .4byte 0x200
10
11 .data
12 E: .4byte E
13 .4byte E + 0x1000
14 .4byte A
15 .4byte B
16 .4byte C
17 .4byte D
This page took 0.032321 seconds and 4 git commands to generate.