ld/x86: Update -z report-relative-reloc
[binutils-gdb.git] / ld / testsuite / ld-csky / emit-relocs-1a.s
1 .text
2 .align 4
3 .globl __start
4 __start:
5 nop
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