[gas/]
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel6.s
CommitLineData
98605598
RS
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 .end f
This page took 0.023153 seconds and 4 git commands to generate.