MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel6.s
... / ...
CommitLineData
1 .sdata
2 .global foo
3 .globl bar
4foo: .byte 1
5 .byte 2
6bar: .byte 3
7 .byte 4
8
9 .text
10 .set mips16
11 .global f
12 .ent f
13f:
14 lb $2,%gprel(bar)($3)
15 lb $2,%gprel(bar+1)($3)
16 lb $2,%gprel(bar+0x1234)($3)
17 .end f
18
19# align section end to 16-byte boundary for easier testing on multiple targets
20 .p2align 4
This page took 0.022427 seconds and 4 git commands to generate.