diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/start3.s')
-rw-r--r-- | ld/testsuite/ld-mmix/start3.s | 7 |
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 + |