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