Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ia64 / merge5.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.LC5: .string "bar"
7.LC6: .string "bar"
8.LC7: .string "baz"
9.LC8: .string "baz"
10 .section .data.rel.local,"aw"
11 .quad .LC2
12 .quad .LC4
13 .quad .LC6
14 .quad .LC7
15 .section .rodata,"a"
16.LC9: .string "mumble"
17 .balign 8
18 .space 0x400000
19 .text
20 addl r12=@ltoffx(.LC1),r1 ;;
21 addl r12=@ltoffx(.LC3),r1 ;;
22 addl r12=@ltoffx(.LC5),r1 ;;
23 addl r12=@ltoffx(.LC8),r1 ;;
24 addl r12=@ltoffx(.LC9),r1 ;;
This page took 0.598032 seconds and 4 git commands to generate.