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