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.lnk7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-spu/ovl.lnk b/ld/testsuite/ld-spu/ovl.lnk
new file mode 100644
index 0000000..0015652
--- /dev/null
+++ b/ld/testsuite/ld-spu/ovl.lnk
@@ -0,0 +1,7 @@
+SECTIONS
+{
+ . = SIZEOF_HEADERS;
+ .text : { *(.text) *(.stub) }
+ .data : { *(.data) *(.ovtab) }
+ .bss : { *(.bss) }
+}