diff options
-rw-r--r-- | gas/testsuite/gas/v850/reloc.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/gas/v850/reloc.s b/gas/testsuite/gas/v850/reloc.s new file mode 100644 index 0000000..6738d26 --- /dev/null +++ b/gas/testsuite/gas/v850/reloc.s @@ -0,0 +1,7 @@ + .text + movea lo(foo),r0,r1 + movhi hi(foo),r1,r1 + movhi hi0(foo),r1,r1 + movea zdaoff(_foo),r0,r1 + movhi tdaoff(_foo),ep,r1 + movhi sdaoff(_foo),gp,r1 |