aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/secidx2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pe/secidx2.s')
-rw-r--r--ld/testsuite/ld-pe/secidx2.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/testsuite/ld-pe/secidx2.s b/ld/testsuite/ld-pe/secidx2.s
new file mode 100644
index 0000000..0895bd9
--- /dev/null
+++ b/ld/testsuite/ld-pe/secidx2.s
@@ -0,0 +1,17 @@
+.text
+
+.global ext1
+ext1: .ascii "<<<<"
+ .ascii ">>>>>"
+
+.data
+
+.global ext2
+ext2: .ascii "<<<"
+ .ascii ">>>>>>"
+
+.section .rdata
+
+.global ext3
+ext3: .ascii "<<<"
+ .ascii ">>>>>>"