diff options
Diffstat (limited to 'ld/testsuite/ld-mmix/start4.s')
-rw-r--r-- | ld/testsuite/ld-mmix/start4.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mmix/start4.s b/ld/testsuite/ld-mmix/start4.s new file mode 100644 index 0000000..4948d78 --- /dev/null +++ b/ld/testsuite/ld-mmix/start4.s @@ -0,0 +1,6 @@ +# When GC, all sections in each file must be referenced from within a kept +# section (which .init is, which .text isn't). Here, we don't refer to +# anything so whatever is linked will be discarded. + .section .init,"ax",@progbits +_start: + SETL $119,1190 |