summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mn10300/i135409-5.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mn10300/i135409-5.t')
-rw-r--r--ld/testsuite/ld-mn10300/i135409-5.t23
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mn10300/i135409-5.t b/ld/testsuite/ld-mn10300/i135409-5.t
new file mode 100644
index 0000000..8b42814
--- /dev/null
+++ b/ld/testsuite/ld-mn10300/i135409-5.t
@@ -0,0 +1,23 @@
+SECTIONS
+{
+ . = 0x0;
+ .text1 :
+ {
+ *(.text1)
+ }
+
+ . = 0x700;
+ .text :
+ {
+ *(.text)
+ }
+ . = 0x8100;
+ .bss :
+ {
+ *(.bss)
+ }
+ .data :
+ {
+ *(.data)
+ }
+}