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