aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pdp11/sections.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pdp11/sections.s')
-rw-r--r--ld/testsuite/ld-pdp11/sections.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ld-pdp11/sections.s b/ld/testsuite/ld-pdp11/sections.s
new file mode 100644
index 0000000..c6e40a0
--- /dev/null
+++ b/ld/testsuite/ld-pdp11/sections.s
@@ -0,0 +1,13 @@
+ .globl _start
+ .text
+_start:
+ mov _data,_bss
+ .globl _data
+ .data
+_data:
+ .word 1
+ .globl _bss
+ .bss
+_bss:
+ .=.+2
+ .end