ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ia64 / merge3.s
CommitLineData
293a0124
L
1 .section .rodata.str1.8,"aMS", 1
2.LC1: .string "foo"
3.LC2: .string "foo"
4.LC3: .string "bar"
5.LC4: .string "bar"
6 .section .data.rel.local,"aw"
7 .quad .LC2
8 .quad .LC3
9 .section .rodata,"a"
10.LC5: .string "mumble"
11 .balign 8
12 .space 0x400000
13 .text
14 addl r12=@ltoffx(.LC1),r1 ;;
15 addl r12=@ltoffx(.LC4),r1 ;;
16 addl r12=@ltoffx(.LC5),r1 ;;
This page took 0.591303 seconds and 4 git commands to generate.