summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/basefile1.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pe/basefile1.s')
-rw-r--r--ld/testsuite/ld-pe/basefile1.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/ld/testsuite/ld-pe/basefile1.s b/ld/testsuite/ld-pe/basefile1.s
new file mode 100644
index 0000000..f24c4fc
--- /dev/null
+++ b/ld/testsuite/ld-pe/basefile1.s
@@ -0,0 +1,18 @@
+.globl _start
+.globl start
+.text
+_start:
+start:
+ .long 0
+
+.globl _d1
+.globl _d2
+.globl _d3
+.data
+_d1:
+ .long 1
+_d2:
+ .secrel32 _d3
+_d3:
+ .long 2
+