Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / openrisc / store.s
1 .text
2 .global l_sw
3 l_sw:
4 l.sw -4(r1), r1
5 .global l_lw
6 l_lw:
7 l.lw r1, -100(r1)
This page took 0.031568 seconds and 4 git commands to generate.