summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/pr18963.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/pr18963.s')
-rw-r--r--ld/testsuite/ld-scripts/pr18963.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/pr18963.s b/ld/testsuite/ld-scripts/pr18963.s
new file mode 100644
index 00000000000..6a59f5583ea
--- /dev/null
+++ b/ld/testsuite/ld-scripts/pr18963.s
@@ -0,0 +1,7 @@
+ .globl _start
+ .text
+_start:
+ .=.+0x800
+ .data
+ .=.+0x100
+ .lcomm _bss,0x100