summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective/keepdot0.d
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-selective/keepdot0.d')
-rw-r--r--ld/testsuite/ld-selective/keepdot0.d11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/keepdot0.d b/ld/testsuite/ld-selective/keepdot0.d
new file mode 100644
index 0000000..4432a01
--- /dev/null
+++ b/ld/testsuite/ld-selective/keepdot0.d
@@ -0,0 +1,11 @@
+#source: keepdot.s
+#ld: --gc-sections -Bstatic -e _start -T keepdot0.ld
+#name: Preserve explicit . = 0
+#objdump: -h
+
+# Check that GC:ing does not mess up the value for dot when specified
+# as 0.
+
+#...
+[ ]+.[ ]+\.myinit[ ]+0+[48][ ]+0+[ ]+0+ .*
+#pass