diff options
Diffstat (limited to 'ld/testsuite/ld-nds32/branch.ld')
-rw-r--r-- | ld/testsuite/ld-nds32/branch.ld | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-nds32/branch.ld b/ld/testsuite/ld-nds32/branch.ld new file mode 100644 index 00000000000..28eb4e0d0a1 --- /dev/null +++ b/ld/testsuite/ld-nds32/branch.ld @@ -0,0 +1,6 @@ +SECTIONS +{ + .text 0x0 : { + * (.text .text.*); + } +} |