summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-spu/ovl.lnk
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-spu/ovl.lnk')
-rw-r--r--ld/testsuite/ld-spu/ovl.lnk14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-spu/ovl.lnk b/ld/testsuite/ld-spu/ovl.lnk
new file mode 100644
index 000000000000..408ed1ebd67c
--- /dev/null
+++ b/ld/testsuite/ld-spu/ovl.lnk
@@ -0,0 +1,14 @@
+SECTIONS
+{
+ . = SIZEOF_HEADERS;
+ .text : { *(.text) *(.stub) }
+
+ OVERLAY 0x400 :
+ {
+ .ov_a1 { *(.ov_a1) }
+ .ov_a2 { *(.ov_a2) }
+ }
+
+ .data : { *(.data) *(.ovtab) }
+ .bss : { *(.bss) }
+}