summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-spu/ovl2.lnk
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-spu/ovl2.lnk')
-rw-r--r--ld/testsuite/ld-spu/ovl2.lnk10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-spu/ovl2.lnk b/ld/testsuite/ld-spu/ovl2.lnk
new file mode 100644
index 0000000..9916ab2
--- /dev/null
+++ b/ld/testsuite/ld-spu/ovl2.lnk
@@ -0,0 +1,10 @@
+SECTIONS
+{
+ OVERLAY 0x400 :
+ {
+ .ov_a1 { *(.ov_a1) }
+ .ov_a2 { *(.ov_a2) }
+ .empty { empty.o?(.text) }
+ }
+}
+INSERT BEFORE .data;