summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-d10v/reloc-010.ld
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-d10v/reloc-010.ld')
-rw-r--r--binutils-2.21/ld/testsuite/ld-d10v/reloc-010.ld11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-d10v/reloc-010.ld b/binutils-2.21/ld/testsuite/ld-d10v/reloc-010.ld
new file mode 100644
index 0000000..9b3d81a
--- /dev/null
+++ b/binutils-2.21/ld/testsuite/ld-d10v/reloc-010.ld
@@ -0,0 +1,11 @@
+SECTIONS
+{
+ .text 0x01014000 :
+ {
+ foo = .;
+ . = (. + 0x200);
+ *(.text)
+ }
+}
+
+