Update the address of the FSF in the copyright notice of files which were using the...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / rx / gprel.sm
1 .text
2 .global _start
3 _start:
4 mov{bwl} %gp({_foo;_bar;_grill})[r15], r1
5
6 .data
7 __gp: .long 0
8 _foo: .long 5
9 _bar: .long 6
This page took 0.031534 seconds and 4 git commands to generate.