From 148b365e90b66dd279048529c8c551af793964db Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 17 Oct 1996 04:41:24 +0000 Subject: [PATCH] * gas/v850/reloc.s: New tests. * gas/v850/basic.exp: Run them. --- gas/testsuite/gas/v850/reloc.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gas/testsuite/gas/v850/reloc.s diff --git a/gas/testsuite/gas/v850/reloc.s b/gas/testsuite/gas/v850/reloc.s new file mode 100644 index 00000000000..6738d26dd99 --- /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 -- 2.30.2