bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamic
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / diff_overflow1.s
1 .section .text.f0,"axG",@progbits,f0,comdat
2 .literal_position
3 .literal .L0, 0
4 .align 4
5 f0:
6 entry a1, 32
7 l32r a2, .L0
8 retw
9
10 .section .text
11 .literal_position
12 .global _start
13 _start:
14 entry a1, 32
15 retw
16
17 .section .text.f1,"axG",@progbits,f1,comdat
18 .literal_position
19 .literal .L1, 0
20 .literal .L2, 0
21 .align 4
22 .global f1
23 f1:
24 entry a1, 32
25 l32r a2, .L1
26 l32r a3, .L2
27 retw
This page took 0.033019 seconds and 4 git commands to generate.