diff options
Diffstat (limited to 'ld/testsuite/ld-d10v/reloc-015.ld')
-rw-r--r-- | ld/testsuite/ld-d10v/reloc-015.ld | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ld/testsuite/ld-d10v/reloc-015.ld b/ld/testsuite/ld-d10v/reloc-015.ld new file mode 100644 index 0000000..ab1b183 --- /dev/null +++ b/ld/testsuite/ld-d10v/reloc-015.ld @@ -0,0 +1,12 @@ +SECTIONS +{ + .text 0x01014000 : + { + foo = .; + . = (. + 0x20004); + *(.text) + } +} + + + |