URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [mips/] [elf-rel6.s] - Rev 304
Go to most recent revision | Compare with Previous | Blame | View Log
.sdata .global foo .globl bar foo: .byte 1 .byte 2 bar: .byte 3 .byte 4 .text .set mips16 .global f .ent f f: lb $2,%gprel(bar)($3) lb $2,%gprel(bar+1)($3) lb $2,%gprel(bar+0x1234)($3) .end f # align section end to 16-byte boundary for easier testing on multiple targets .p2align 4
Go to most recent revision | Compare with Previous | Blame | View Log