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