summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-gc/start.s')
-rw-r--r--ld/testsuite/ld-gc/start.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-gc/start.s b/ld/testsuite/ld-gc/start.s
new file mode 100644
index 0000000..a417a97
--- /dev/null
+++ b/ld/testsuite/ld-gc/start.s
@@ -0,0 +1,6 @@
+.globl _start
+_start:
+ .dc.a __start__foo
+ .section _foo,"aw",%progbits
+foo:
+ .long 1