* gas/rx/macros.inc (creg): Remove cpen.
[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.028896 seconds and 4 git commands to generate.