* ld-mmix/bpo-1.d: Tweak for type of linker-script-symbols no
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / start3.s
1 # When GC, all sections in each file must be referenced from within a kept
2 # section.
3 .section .init,"ax",@progbits
4 _start:
5 .quad x+41
6 .quad x2+42
7
This page took 0.037222 seconds and 4 git commands to generate.