[ binutils/ChangeLog ]
[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
fd512f5c
L
17
18# align section end to 16-byte boundary for easier testing on multiple targets
19 .p2align 4
This page took 0.046956 seconds and 4 git commands to generate.