* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
[external/binutils.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-6-n32c.s
1         .abicalls
2         .option pic0
3         .set    noreorder
4         .global __start
5         .ent    __start
6 __start:
7         jal     f1
8         nop
9         lui     $2,%hi(f2)
10         addiu   $2,$2,%lo(f2)
11         jal     extf3
12         nop
13         jal     extf4
14         nop
15         jal     extf5
16         nop
17         lui     $2,%hi(extd2)
18         addiu   $2,$2,%lo(extd2)
19         lui     $2,%hi(extd3)
20         addiu   $2,$2,%lo(extd3)
21         .end    __start
22
23         .data
24         .word   extd2
25         .word   extd4