aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-nds32/imm.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-nds32/imm.s')
-rw-r--r--ld/testsuite/ld-nds32/imm.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-nds32/imm.s b/ld/testsuite/ld-nds32/imm.s
new file mode 100644
index 0000000..1d10831
--- /dev/null
+++ b/ld/testsuite/ld-nds32/imm.s
@@ -0,0 +1,7 @@
+.text
+.global _start
+_start:
+ la $r0, imm32
+ la $r0, imm20
+ la $r0, imm5
+