summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-v850/split-lo16.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-v850/split-lo16.ld')
-rw-r--r--ld/testsuite/ld-v850/split-lo16.ld11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-v850/split-lo16.ld b/ld/testsuite/ld-v850/split-lo16.ld
new file mode 100644
index 0000000..bde9063
--- /dev/null
+++ b/ld/testsuite/ld-v850/split-lo16.ld
@@ -0,0 +1,11 @@
+SECTIONS
+{
+ lo16_carry = 0x56789abc;
+ lo16_nocarry = 0x12345678;
+ split_lo16_carry = 0x789abcde;
+ split_lo16_nocarry = 0x00123456;
+ odd = 0x23456789;
+ . = 0x10000;
+ .text : { *(.text); }
+ /DISCARD/ : { *(*); }
+}