[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ia64 / merge4.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 "baz"
7.LC6: .string "baz"
8 .section .data.rel.local,"aw"
9 .quad .LC2
10 .quad .LC4
11 .quad .LC5
12 .section .rodata,"a"
13.LC7: .string "mumble"
14 .balign 8
15 .space 0x400000
16 .text
17 addl r12=@ltoffx(.LC1),r1 ;;
18 addl r12=@ltoffx(.LC3),r1 ;;
19 addl r12=@ltoffx(.LC6),r1 ;;
20 addl r12=@ltoffx(.LC7),r1 ;;
21
This page took 0.478308 seconds and 4 git commands to generate.