summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix/start3.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mmix/start3.s')
-rw-r--r--ld/testsuite/ld-mmix/start3.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/start3.s b/ld/testsuite/ld-mmix/start3.s
new file mode 100644
index 0000000..1055870
--- /dev/null
+++ b/ld/testsuite/ld-mmix/start3.s
@@ -0,0 +1,7 @@
+# When GC, all sections in each file must be referenced from within a kept
+# section.
+ .section .init,"ax",@progbits
+_start:
+ .quad x+41
+ .quad x2+42
+