PR25882, .gnu.attributes are not checked for shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / reloc-pcrel-r6.s
CommitLineData
1e129bbe
FS
1 .text
2 .globl test
3 .globl x1
4 .globl x2
5 .globl x3
6 .globl x4
7 .ent test
8test:
91:
10 auipc $a0,%pcrel_hi(x1)
112:
12 addiu $a0,$a0,%pcrel_lo(x1+(2b-1b))
131:
14 auipc $a0,%pcrel_hi(x2)
152:
16 addiu $a0,$a0, %pcrel_lo(x2+(2b-1b))
171:
18 auipc $a0,%pcrel_hi(x3)
192:
20 addiu $a0,$a0,%pcrel_lo(x3+(2b-1b))
211:
22 auipc $a0,%pcrel_hi(x4)
232:
24 addiu $a0,$a0,%pcrel_lo(x4+(2b-1b))
25 .end test
26 .align 2, 0
27 .space 8
This page took 0.070252 seconds and 4 git commands to generate.