summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-nds32/imm.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-nds32/imm.ld')
-rw-r--r--ld/testsuite/ld-nds32/imm.ld6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-nds32/imm.ld b/ld/testsuite/ld-nds32/imm.ld
new file mode 100644
index 0000000..b7d12cc
--- /dev/null
+++ b/ld/testsuite/ld-nds32/imm.ld
@@ -0,0 +1,6 @@
+SECTIONS
+{
+ .text 0x1000 : {
+ * (.text .text.*);
+ }
+}